Skip to content

Commit

Permalink
Fixed typo in LoRa.tsx (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
zierke authored Jul 28, 2023
1 parent 3f3d16c commit c9b06ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PageComponents/Config/LoRa.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const LoRa = (): JSX.Element => {
{
type: "toggle",
name: "txEnabled",
label: "Tramsmit Enabled",
label: "Transmit Enabled",
description: "Enable/Disable transmit (TX) from the LoRa radio",
},
{
Expand Down

0 comments on commit c9b06ed

Please sign in to comment.