From: Paul Donald Date: Sat, 24 Jan 2026 14:30:04 +0000 (+0100) Subject: luci-app-attendedsysupgrade: spell fix X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a52d779164ad1180aaadbc4e0737a65d4e3cf449;p=openwrt-luci.git luci-app-attendedsysupgrade: spell fix Closes https://github.com/openwrt/luci/pull/8259 Signed-off-by: Paul Donald --- diff --git a/applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js b/applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js index 5dcfe68d97..21287061e5 100644 --- a/applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js +++ b/applications/luci-app-attendedsysupgrade/htdocs/luci-static/resources/view/attendedsysupgrade/configuration.js @@ -38,7 +38,7 @@ return view.extend({ form.Flag, 'login_check_for_upgrades', _('Check for upgrades'), - _('Check for upgrades whenever the System -> Overview page is loaded.') + _('Check for upgrades whenever the Status -> Overview page is loaded.') ); o.default = '0'; o.rmempty = false;