From caead9e100b72c493ed10befb04e21eb39ede6bf Mon Sep 17 00:00:00 2001 From: librelad Date: Thu, 20 Aug 2026 23:00:46 +0100 Subject: [PATCH] copy(webui): drop the redundant half of the Updates tooltip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Install new image builds automatically, or only when you press Update" spelled out both options, which the select's own labels already do directly below it — "Automatic (recommended)" and "Manual — I'll press Update". The tooltip now says only what the setting is for. The generated apps-field-mappings.json carries this string, so the live install was regenerated rather than left showing the old copy. --- .../generators/categories/webui_create_app_field_mappings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/webui/data/generators/categories/webui_create_app_field_mappings.sh b/scripts/webui/data/generators/categories/webui_create_app_field_mappings.sh index ee9de30..c26e59c 100755 --- a/scripts/webui/data/generators/categories/webui_create_app_field_mappings.sh +++ b/scripts/webui/data/generators/categories/webui_create_app_field_mappings.sh @@ -177,7 +177,7 @@ PORTEOF "category": "general", "label": "Updates", "type": "select", - "tooltip": "Install new image builds automatically, or only when you press Update", + "tooltip": "Install new image builds automatically", "options": [ {"value": "auto", "label": "Automatic (recommended)"}, {"value": "manual", "label": "Manual — I'll press Update"}