Skip to content
Snippets Groups Projects
Unverified Commit a152a6e0 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-config-mode-geo-location: fix source/i18n mismatch

The text was changed in the i18n files, but the corresponding change in the
Lua sources seemingly got lost during a rebase.

Closes #1611

(cherry picked from commit 2aa324ec)
parent aa9d69f2
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ return function(form, uci)
if not text then
text = pkg_i18n.translate(
'If you want the location of your node to ' ..
'be displayed on the map, you can enter its coordinates here.'
'be displayed on public maps, you can enter its coordinates here.'
)
if osm then
text = text .. ' ' .. osm.help(i18n)
......
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