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.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js
index 4d37e133d..ebc45cc8d 100644
--- a/web/app/store/MapTypes.js
+++ b/web/app/store/MapTypes.js
@@ -18,8 +18,8 @@ Ext.define('Traccar.store.MapTypes', {
extend: 'Ext.data.Store',
fields: ['key', 'name'],
data: [
- {'key': 'osm', 'name': strings.map_osm},
- {'key': 'bingRoad', 'name': strings.map_bing_road},
- {'key': 'bingAerial', 'name': strings.map_bing_aerial}
+ {'key': 'osm', 'name': strings.mapOsm},
+ {'key': 'bingRoad', 'name': strings.mapBingRoad},
+ {'key': 'bingAerial', 'name': strings.mapBingAerial}
]
});