From 0add3615024f37eae09a7b6f0659644f3fd187e3 Mon Sep 17 00:00:00 2001 From: Josh Correia Date: Mon, 3 Jun 2024 18:44:17 -0700 Subject: luci-mod-system: Fix startup UI typo, update po/pot files Signed-off-by: Josh Correia --- .../luci-mod-system/htdocs/luci-static/resources/view/system/startup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/luci-mod-system/htdocs/luci-static') 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.
Warning: If you disable essential init scripts like "network", your device might become inaccessible!')), + E('p', {}, _('You can enable or disable installed init scripts here. Changes will be applied after a device reboot.
Warning: If you disable essential init scripts like "network", your device might become inaccessible!')), table ]), E('div', { 'data-tab': 'rc', 'data-tab-title': _('Local Startup') }, [ -- cgit v1.2.3