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.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js
index ba241504e..3caf117ec 100644
--- a/web/app/store/MapTypes.js
+++ b/web/app/store/MapTypes.js
@@ -22,16 +22,16 @@
data: [{
key: 'osm',
- name: strings.mapOsm
+ name: Strings.mapOsm
}, {
key: 'bingRoad',
- name: strings.mapBingRoad
+ name: Strings.mapBingRoad
}, {
key: 'bingAerial',
- name: strings.mapBingAerial
+ name: Strings.mapBingAerial
}, {
key: 'custom',
- name: strings.mapCustom
+ name: Strings.mapCustom
}]
});