Skip to content
Snippets Groups Projects
Commit b4ce3416 authored by Nils Schneider's avatar Nils Schneider
Browse files

gluon-config-mode: fix type (gluon-locaton -> gluon-location)

parent cc1af68c
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ zu können benötigen wir seine Koordinaten. Hier hast du die Möglichkeit
diese zu hinterlegen.]])
o = s:option(Flag, "_location", "Knoten auf der Karte anzeigen")
o.default = uci:get_first("gluon-locaton", "location", "share_location", o.disabled)
o.default = uci:get_first("gluon-location", "location", "share_location", o.disabled)
o.rmempty = false
o = s:option(Value, "_latitude", "Breitengrad")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment