diff --git a/package/gluon-config-mode/files/usr/lib/lua/luci/model/cbi/gluon-config-mode/wizard.lua b/package/gluon-config-mode/files/usr/lib/lua/luci/model/cbi/gluon-config-mode/wizard.lua
index 4dfb5168a5d84bd58418da0580587a88a5c237cb..729bd7cbb5eb5bff4c2334f452f303f6a111eab8 100644
--- a/package/gluon-config-mode/files/usr/lib/lua/luci/model/cbi/gluon-config-mode/wizard.lua
+++ b/package/gluon-config-mode/files/usr/lib/lua/luci/model/cbi/gluon-config-mode/wizard.lua
@@ -9,6 +9,7 @@ configmode.setup_fastd_secret(meshvpn_name)
 f = SimpleForm("wizard")
 f.reset = false
 f.template = "gluon-config-mode/cbi/wizard"
+f.submit = "Fertig"
 
 s = f:section(SimpleSection, nil, nil)