copy(webui): drop the redundant half of the Updates tooltip

"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.
This commit is contained in:
librelad 2026-08-20 23:00:46 +01:00
parent 5f95a0744a
commit caead9e100

View File

@ -177,7 +177,7 @@ PORTEOF
"category": "general", "category": "general",
"label": "Updates", "label": "Updates",
"type": "select", "type": "select",
"tooltip": "Install new image builds automatically, or only when you press Update", "tooltip": "Install new image builds automatically",
"options": [ "options": [
{"value": "auto", "label": "Automatic (recommended)"}, {"value": "auto", "label": "Automatic (recommended)"},
{"value": "manual", "label": "Manual — I'll press Update"} {"value": "manual", "label": "Manual — I'll press Update"}