diff options
author | Steven Barth <steven@midlink.org> | 2008-06-06 18:27:59 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-06 18:27:59 +0000 |
commit | 8644ff1eab93d067e316eee9f4b567e1bf07ccb3 (patch) | |
tree | 2b084509eeab072c5b98cea8d1c3a36a48366907 /modules/freifunk/luasrc/model | |
parent | 794a2f537c2235779995192e91c482caf455b9e5 (diff) |
* Removed section titles
Diffstat (limited to 'modules/freifunk/luasrc/model')
-rw-r--r-- | modules/freifunk/luasrc/model/cbi/freifunk/contact.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/freifunk/luasrc/model/cbi/freifunk/contact.lua b/modules/freifunk/luasrc/model/cbi/freifunk/contact.lua index 66a1ec4bde..838f401a97 100644 --- a/modules/freifunk/luasrc/model/cbi/freifunk/contact.lua +++ b/modules/freifunk/luasrc/model/cbi/freifunk/contact.lua @@ -5,7 +5,7 @@ Diese Informationen sollten nach der Picopeering Vereinbarung mindestens deine E Damit dein Knoten durch Topographieprogramme erfasst werden kann, gib bitte deine Geokoordinaten oder zumindest deine Straße und Hausnummer unter Standort an.]])) -c = m:section(NamedSection, "contact", "public") +c = m:section(NamedSection, "contact", "public", "") c:option(Value, "nickname", translate("nickname", "Pseudonym")) c:option(Value, "name", translate("name", "Name")) |