gluon-luci-autoupdater: Fix typo
This commit is contained in:
parent
30869d9080
commit
de2c9ceefa
@ -14,7 +14,7 @@ $Id$
|
|||||||
|
|
||||||
m = Map("autoupdater", "Autoupdater")
|
m = Map("autoupdater", "Autoupdater")
|
||||||
|
|
||||||
s = m:section(TypedSection, "autoupdater", "Einstelleungen")
|
s = m:section(TypedSection, "autoupdater", "Einstellungen")
|
||||||
s.addremove = false
|
s.addremove = false
|
||||||
|
|
||||||
s:option(Flag, "enabled", "Aktivieren")
|
s:option(Flag, "enabled", "Aktivieren")
|
||||||
|
Loading…
Reference in New Issue
Block a user