X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-initmgr%2Fluasrc%2Fmodel%2Fcbi%2Fstartup.lua;h=f3047060230ef4d56712935777cbf36963c5fb0c;hp=800da11266282b5a1d5f89419380479ecaa19690;hb=72309b798ecde93d08c4fb890116128a53c26c8c;hpb=feb14f784289ca919821c2f78aa69cb75de8e5a6 diff --git a/applications/luci-initmgr/luasrc/model/cbi/startup.lua b/applications/luci-initmgr/luasrc/model/cbi/startup.lua index 800da1126..f30470602 100644 --- a/applications/luci-initmgr/luasrc/model/cbi/startup.lua +++ b/applications/luci-initmgr/luasrc/model/cbi/startup.lua @@ -15,8 +15,7 @@ You may obtain a copy of the License at local fs = require "nixio.fs" local rc = "/etc/rc.local" -f = SimpleForm("rc", translate("Startup"), translate([[This is the content of /etc/rc.local. Insert your own commands here - (in front of 'exit 0') to execute them at the end of the boot process.]])) +f = SimpleForm("rc", translate("Local Startup"), translate("This is the content of /etc/rc.local. Insert your own commands here (in front of 'exit 0') to execute them at the end of the boot process.")) t = f:field(TextValue, "rcs") t.rmempty = true