modules/freifunk: fix wrong call to translate in controller
This commit is contained in:
parent
9fd4e54cbb
commit
76457655ef
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ function index()
|
|||
page.title = "Kontakt"
|
||||
page.order = 40
|
||||
|
||||
entry({"freifunk", "map"}, template("freifunk-map/frame"), translate("freifunk_map", "Karte"), 50)
|
||||
entry({"freifunk", "map"}, template("freifunk-map/frame"), i18n("freifunk_map", "Karte"), 50)
|
||||
entry({"freifunk", "map", "content"}, template("freifunk-map/map"), nil, 51)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue