diff options
author | Jo-Philipp Wich <jo@mein.io> | 2024-06-04 08:31:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-04 08:31:57 +0200 |
commit | a777a96e2bca87a12520c302675474ff66fdaf41 (patch) | |
tree | 74bebb7b0e1ba5d2a8af864d8d713479a93c6e21 /modules/luci-mod-system/htdocs/luci-static/resources/view/system | |
parent | 61282d9c3c10fd7142bae31fb158eb742ef33fad (diff) | |
parent | 0add3615024f37eae09a7b6f0659644f3fd187e3 (diff) |
Merge pull request #7149 from joshmcorreia/feature/fix_startup_UI_typo
luci-mod-system: Fix startup UI typo, update po/pot files
Diffstat (limited to 'modules/luci-mod-system/htdocs/luci-static/resources/view/system')
-rw-r--r-- | modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js index d034500713..e9319ea2d0 100644 --- a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js +++ b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js @@ -108,7 +108,7 @@ return view.extend({ E('h2', _('Startup')), E('div', {}, [ E('div', { 'data-tab': 'init', 'data-tab-title': _('Initscripts') }, [ - E('p', {}, _('You can enable or disable installed init scripts here. Changes will applied after a device reboot.<br /><strong>Warning: If you disable essential init scripts like "network", your device might become inaccessible!</strong>')), + E('p', {}, _('You can enable or disable installed init scripts here. Changes will be applied after a device reboot.<br /><strong>Warning: If you disable essential init scripts like "network", your device might become inaccessible!</strong>')), table ]), E('div', { 'data-tab': 'rc', 'data-tab-title': _('Local Startup') }, [ |