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 | |
parent | 34fd688c0c9bde351824de56bec83ad4583daf7a (diff) | |
download | etbsa-traccar-web-67f7f30d2e646f2caf7bdc9b8a4af6522ee90693.tar.gz etbsa-traccar-web-67f7f30d2e646f2caf7bdc9b8a4af6522ee90693.tar.bz2 etbsa-traccar-web-67f7f30d2e646f2caf7bdc9b8a4af6522ee90693.zip |
Fix misleading displayed label (#751)
-rw-r--r-- | web/app/view/dialog/Server.js | 2 | ||||
-rw-r--r-- | web/l10n/en.json | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/web/app/view/dialog/Server.js b/web/app/view/dialog/Server.js index c9729cc..b72dbb0 100644 --- a/web/app/view/dialog/Server.js +++ b/web/app/view/dialog/Server.js @@ -47,7 +47,7 @@ Ext.define('Traccar.view.dialog.Server', { xtype: 'unescapedTextField', reference: 'mapUrlField', name: 'mapUrl', - fieldLabel: Strings.mapCustom + fieldLabel: Strings.mapCustomLabel }, { xtype: 'numberfield', reference: 'latitude', diff --git a/web/l10n/en.json b/web/l10n/en.json index 7374785..a670b0b 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", |