Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxlocations committed Sep 30, 2023
1 parent f5b498a commit af76050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/PageComponents/Channel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ export const Channel = ({ channel }: SettingsPanelProps): JSX.Element => {
type: "toggle",
name: "settings.uplinkEnabled",
label: "Uplink Enabled",
description: "Send messages to MQTT from the local mesh",
description: "Send messages from the local mesh to MQTT",
},
{
type: "toggle",
name: "settings.downlinkEnabled",
label: "Downlink Enabled",
description: "Send messages to the local mesh from MQTT",
description: "Send messages from MQTT to the local mesh",
},
],
},
Expand Down

0 comments on commit af76050

Please sign in to comment.