diff --git a/package/gluon-luci-autoupdater/files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua b/package/gluon-luci-autoupdater/files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua
index f3197245eec2b01db269012af1d5dae70e8a7820..8d6b3f32042735929e3ca958f7a88dcb02a4ede2 100644
--- a/package/gluon-luci-autoupdater/files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua
+++ b/package/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")