webui: shorten UPDATE_TYPE tooltip to a one-liner

Match the concise style of the other field tooltips instead of
explaining the whole update/rollback flow.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
librelad 2026-08-18 05:22:09 +01:00
parent 63f276523b
commit 1e9e042d41

View File

@ -177,7 +177,7 @@ PORTEOF
"category": "general",
"label": "Updates",
"type": "select",
"tooltip": "Automatic installs new image builds during the daily update window (set in Settings → Updater) — the app is snapshotted first and rolled back automatically if the update fails. Manual leaves it listed under Updates until you press Update.",
"tooltip": "Install new image builds automatically, or only when you press Update",
"options": [
{"value": "auto", "label": "Automatic (recommended)"},
{"value": "manual", "label": "Manual — I'll press Update"}