X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fadmin-full%2Fluasrc%2Fview%2Fadmin_system%2Freboot.htm;h=5f2912d925401d129fc9374e6b583933cb79b678;hp=f1656fbb8d85ad103df9ed40fbfe0d6ddce6e9d4;hb=97e27a0bcf5eb9c388a05f73dc13867ef8703e4c;hpb=86e1aebb593eb712e45536b730302495948ebdad diff --git a/modules/admin-full/luasrc/view/admin_system/reboot.htm b/modules/admin-full/luasrc/view/admin_system/reboot.htm index f1656fbb8..5f2912d92 100644 --- a/modules/admin-full/luasrc/view/admin_system/reboot.htm +++ b/modules/admin-full/luasrc/view/admin_system/reboot.htm @@ -13,21 +13,21 @@ $Id$ -%> <%+header%> -

<%:system%>

-

<%:reboot%>

-

<%:a_s_reboot1%>

+

<%:System%>

+

<%:Reboot%>

+

<%:Reboots the operating system of your device%>

<%- local c = require("luci.model.uci").cursor():changes() if c and next(c) then -%> -

<%:a_s_reboot_u%>

+

<%:Warning: There are unsaved changes that will be lost while rebooting!%>

<%- end if not reboot then -%> -

<%:a_s_reboot_do%>

+

<%:Perform reboot%>

<%- else -%> -

<%:a_s_reboot_running%>

+

<%:Please wait: Device rebooting...%>

<%- end -%> <%+footer%> \ No newline at end of file