From 78e1d1f81a5fb06252545ee68855ffcf3d5b3bcb Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Thu, 12 Jun 2025 20:14:59 -0400 Subject: [PATCH] fix: updated mqtt description (#647) --- src/i18n/locales/en/moduleConfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/en/moduleConfig.json b/src/i18n/locales/en/moduleConfig.json index bca3468e..caacbe17 100644 --- a/src/i18n/locales/en/moduleConfig.json +++ b/src/i18n/locales/en/moduleConfig.json @@ -253,12 +253,12 @@ "description": "MQTT root topic to use for default/custom servers" }, "proxyToClientEnabled": { - "label": "Proxy to Client Enabled", - "description": "Use the client's internet connection for MQTT (feature only active in mobile apps)" + "label": "MQTT Client Proxy Enabled", + "description": "Utilizes the network connection to proxy MQTT messages to the client." }, "mapReportingEnabled": { "label": "Map Reporting Enabled", - "description": "Enable or disable map reporting" + "description": "Your node will periodically send an unencrypted map report packet to the configured MQTT server, this includes id, short and long name, approximate location, hardware model, role, firmware version, LoRa region, modem preset and primary channel name." }, "mapReportSettings": { "publishIntervalSecs": {