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 4376ccfc89
commit 9f1c6f0f46
1 changed files with 1 additions and 1 deletions

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)