1
0
mirror of https://github.com/freifunk-gluon/packages.git synced 2024-06-17 12:44:00 +02:00

gluon-luci-autoupdater: Fix typo

This commit is contained in:
Daniel Ehlers 2014-02-13 00:21:40 +01:00
parent 0e48961691
commit 2edcec1803

View File

@ -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")