Skip to content

Commit

Permalink
Fix misleading displayed label (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
edvalley authored and tananaev committed Jul 19, 2019
1 parent 34fd688 commit 67f7f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/view/dialog/Server.js
Expand Up @@ -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',
Expand Down
1 change: 1 addition & 0 deletions web/l10n/en.json
Expand Up @@ -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",
Expand Down

0 comments on commit 67f7f30

Please sign in to comment.