description clarity

This commit is contained in:
pdxlocations
2023-09-30 10:04:16 -07:00
parent 5608816240
commit 273ec23fc0

View File

@@ -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: "Sends messages to MQTT from the local mesh",
},
{
type: "toggle",
name: "settings.downlinkEnabled",
label: "Downlink Enabled",
description: "Forward messages from MQTT to the local mesh",
description: "Sends messages from the local mesh to MQTT",
},
],
},