aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/MapTypes.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/store/MapTypes.js')
-rw-r--r--web/app/store/MapTypes.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js
index 58e0a739c..09636e3a0 100644
--- a/web/app/store/MapTypes.js
+++ b/web/app/store/MapTypes.js
@@ -18,7 +18,7 @@ Ext.define('Traccar.store.MapTypes', {
extend: 'Ext.data.Store',
fields: ['key', 'name'],
data : [
- {"key": "osm", "name": "OpenStreetMap"},
- {"key": "bing", "name": "Bing Maps"}
+ {'key': 'osm', 'name': strings.map_osm},
+ {'key': 'bing', 'name': strings.map_bing}
]
});