From 059d0b6c4c532184008606229359ef5986e1fdc8 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sun, 17 May 2026 20:40:56 -0400 Subject: [PATCH] sunnylink SDUI: tweak DisableUpdate param for clarity (#1842) * sunnylink SDUI: tweak DisableUpdate param for clarity * sync --- sunnypilot/sunnylink/settings_ui.json | 4 ++-- sunnypilot/sunnylink/settings_ui_src/pages/software.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sunnypilot/sunnylink/settings_ui.json b/sunnypilot/sunnylink/settings_ui.json index 25c3b6335b..1745235d96 100644 --- a/sunnypilot/sunnylink/settings_ui.json +++ b/sunnypilot/sunnylink/settings_ui.json @@ -1664,13 +1664,13 @@ { "id": "updates", "title": "Updates", - "description": "Control automatic software updates", + "description": "Control software updates", "items": [ { "key": "DisableUpdates", "widget": "toggle", "title": "Disable Updates", - "description": "When enabled, automatic software updates will be off. This requires a reboot to take effect.", + "description": "When enabled, software updates will be off. This requires a reboot to take effect.", "enablement": [ { "type": "offroad_only" diff --git a/sunnypilot/sunnylink/settings_ui_src/pages/software.yaml b/sunnypilot/sunnylink/settings_ui_src/pages/software.yaml index 8eb6049d61..4935d28e0c 100644 --- a/sunnypilot/sunnylink/settings_ui_src/pages/software.yaml +++ b/sunnypilot/sunnylink/settings_ui_src/pages/software.yaml @@ -9,12 +9,12 @@ description: Software update preferences sections: - id: updates title: Updates - description: Control automatic software updates + description: Control software updates items: - key: DisableUpdates widget: toggle title: Disable Updates - description: When enabled, automatic software updates will be off. This requires a reboot to take effect. + description: When enabled, software updates will be off. This requires a reboot to take effect. enablement: - $ref: '#/macros/offroad' - $ref: '#/macros/advanced_only'