gluon-config-mode: mention reboot on button

Make it clear that saving settings will reboot the device.
This commit is contained in:
Nils Schneider 2014-07-27 20:05:12 +02:00
parent 74dfce8a30
commit ce1a160bcc

View File

@ -5,7 +5,7 @@ local f, s, o
f = SimpleForm("wizard")
f.reset = false
f.template = "gluon-config-mode/cbi/wizard"
f.submit = "Fertig"
f.submit = "Speichern & Neustarten"
s = f:section(SimpleSection, nil, nil)