diff --git a/gluon/gluon-luci-autoupdater/files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua b/gluon/gluon-luci-autoupdater/files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua index f319724..8d6b3f3 100644 --- a/gluon/gluon-luci-autoupdater/files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua +++ b/gluon/gluon-luci-autoupdater/files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua @@ -14,7 +14,7 @@ $Id$ m = Map("autoupdater", "Autoupdater") -s = m:section(TypedSection, "autoupdater", "Einstelleungen") +s = m:section(TypedSection, "autoupdater", "Einstellungen") s.addremove = false s:option(Flag, "enabled", "Aktivieren")