Skip to content
Snippets Groups Projects
Commit ce1a160b authored by Nils Schneider's avatar Nils Schneider
Browse files

gluon-config-mode: mention reboot on button

Make it clear that saving settings will reboot the device.
parent 74dfce8a
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ local f, s, o ...@@ -5,7 +5,7 @@ local f, s, o
f = SimpleForm("wizard") f = SimpleForm("wizard")
f.reset = false f.reset = false
f.template = "gluon-config-mode/cbi/wizard" f.template = "gluon-config-mode/cbi/wizard"
f.submit = "Fertig" f.submit = "Speichern & Neustarten"
s = f:section(SimpleSection, nil, nil) s = f:section(SimpleSection, nil, nil)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment