diff --git a/package/gluon-config-mode/files/usr/lib/lua/luci/controller/configmode/configmode.lua b/package/gluon-config-mode/files/usr/lib/lua/luci/controller/configmode/configmode.lua
index d9f850fc90641441059eb53ea4486c386333f8ff..b99b559098fcf8ac51a3053ab6a0724682f68501 100644
--- a/package/gluon-config-mode/files/usr/lib/lua/luci/controller/configmode/configmode.lua
+++ b/package/gluon-config-mode/files/usr/lib/lua/luci/controller/configmode/configmode.lua
@@ -38,7 +38,7 @@ function index()
     page.setgroup = "root"
     page.index    = true
 
-    entry({"configmode", "wizard"}, form("configmode/wizard"), _("Wizard"), 10).index = true
+    entry({"configmode", "wizard"}, form("configmode/wizard")).index = true
     entry({"configmode", "reboot"}, call("action_reboot"))
   end
 end