From de2c9ceefa2dc5fa02269e42cba22bd15bcff189 Mon Sep 17 00:00:00 2001 From: Daniel Ehlers Date: Thu, 13 Feb 2014 00:21:40 +0100 Subject: [PATCH] gluon-luci-autoupdater: Fix typo --- .../files/usr/lib/lua/luci/model/cbi/admin/autoupdater.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f3197245..8d6b3f32 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")