From f2151cd9e8587f11b3ea525d4e5a3109ff9f2f0b Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Sun, 7 Sep 2025 14:47:04 -0400 Subject: [PATCH] Enhance in-app tooltips for clarity --- front/plugins/sync/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/plugins/sync/config.json b/front/plugins/sync/config.json index 5e216264..7e53b35a 100755 --- a/front/plugins/sync/config.json +++ b/front/plugins/sync/config.json @@ -271,7 +271,7 @@ "description": [ { "language_code": "en_us", - "string": "The URL of the hub (target instance) with the targets GRAPHQL_PORT set as port. Set on the Node. Without a trailig slash, for example http://192.168.1.82:20212" + "string": "If specified, this node will push data to the GRAPHQL_PORT API of the target. Use the target device GRAPHQL_PORT URL Without a trailing slash, for example http://192.168.1.82:20212" } ] }, @@ -296,7 +296,7 @@ "description": [ { "language_code": "en_us", - "string": "Use a unique node name, without spaces or special characters, such as Node_Vlan01" + "string": "The unique name of this node, without spaces or special characters, such as Node_Vlan01" } ] },