Skip to content

Commit

Permalink
fix: Distance is missing in geolocation popup (closes #876)
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Jun 12, 2024
1 parent 5a25137 commit 93568af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion map/client/i18n/map_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"TITLE": "My position",
"METERS": "meters",
"FEET": "feet",
"POPUP": "You are within {distance} {unit} from this point",
"POPUP": "You are within {'{distance}'} {'{unit}'} from this point",
"OUTSIDE_MAP_BOUNDS": "You seem located outside the boundaries of the map"
},
"schemas": {
Expand Down
2 changes: 1 addition & 1 deletion map/client/i18n/map_fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"TITLE": "Ma position",
"METERS": "mètres",
"FEET": "pieds",
"POPUP": "Vous êtes à moins de {distance} {unit} de ce point",
"POPUP": "Vous êtes à moins de {'{distance}'} {'{unit}'} de ce point",
"OUTSIDE_MAP_BOUNDS": "Vous semblez localisé en dehors de la carte"
},
"schemas": {
Expand Down

0 comments on commit 93568af

Please sign in to comment.