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
This commit is contained in:
Matthias Schiffer 2019-01-03 03:16:11 +01:00
parent cdbd7b65df
commit 2aa324ecf7
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C

View File

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