From fb9bed8a0c79c2fde1363c5599632a279a32401d Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 26 Feb 2013 18:50:36 +0000 Subject: correct spelling on luci startup page https://dev.openwrt.org/ticket/13083 --- modules/admin-full/luasrc/model/cbi/admin_system/startup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/admin-full/luasrc/model') diff --git a/modules/admin-full/luasrc/model/cbi/admin_system/startup.lua b/modules/admin-full/luasrc/model/cbi/admin_system/startup.lua index 592c173a0f..fc35f774a9 100644 --- a/modules/admin-full/luasrc/model/cbi/admin_system/startup.lua +++ b/modules/admin-full/luasrc/model/cbi/admin_system/startup.lua @@ -34,7 +34,7 @@ for _, name in ipairs(luci.sys.init.names()) do end -m = SimpleForm("initmgr", translate("Initscripts"), translate("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 inaccesable!")) +m = SimpleForm("initmgr", translate("Initscripts"), translate("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!")) m.reset = false m.submit = false -- cgit v1.2.3