diff options
author | edvalley <52469633+edvalley@users.noreply.github.com> | 2019-07-18 21:49:15 -0400 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2019-07-18 18:49:15 -0700 |
commit | 67f7f30d2e646f2caf7bdc9b8a4af6522ee90693 (patch) | |
tree | a98651fd603a3f1f67134b5564d70fcff6f66d8c /web/l10n | |
parent | 34fd688c0c9bde351824de56bec83ad4583daf7a (diff) | |
download | trackermap-web-67f7f30d2e646f2caf7bdc9b8a4af6522ee90693.tar.gz trackermap-web-67f7f30d2e646f2caf7bdc9b8a4af6522ee90693.tar.bz2 trackermap-web-67f7f30d2e646f2caf7bdc9b8a4af6522ee90693.zip |
Fix misleading displayed label (#751)
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 73747852..a670b0b7 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -233,6 +233,7 @@ "mapLayer": "Map Layer", "mapCustom": "Custom (XYZ)", "mapCustomArcgis": "Custom (ArcGIS)", + "mapCustomLabel": "Custom map", "mapCarto": "Carto Basemaps", "mapOsm": "Open Street Map", "mapBingKey": "Bing Maps Key", |