diff options
author | Edward Valley <ed.valley@yandex.com> | 2019-07-13 00:13:36 -0400 |
---|---|---|
committer | Edward Valley <ed.valley@yandex.com> | 2019-07-13 00:13:36 -0400 |
commit | 66fbb00c9ad302d746ca09e51a2a6a821aefab88 (patch) | |
tree | 2964f80c3d32db7ca9b65f7bca99ffec5c6fde00 /web/app | |
parent | e6013751d88cbfaac6c03a070d88cfd5c3e16921 (diff) | |
download | trackermap-web-66fbb00c9ad302d746ca09e51a2a6a821aefab88.tar.gz trackermap-web-66fbb00c9ad302d746ca09e51a2a6a821aefab88.tar.bz2 trackermap-web-66fbb00c9ad302d746ca09e51a2a6a821aefab88.zip |
Fix minor typo
Diffstat (limited to 'web/app')
-rw-r--r-- | web/app/store/MapTypes.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js index 211cc81f..f75bbaa5 100644 --- a/web/app/store/MapTypes.js +++ b/web/app/store/MapTypes.js @@ -48,7 +48,7 @@ Ext.define('Traccar.store.MapTypes', { name: Strings.mapWikimedia }, { key: 'customXyzFormat', - name: Strings.mapCustomXyzFormat + name: Strings.mapCustomXyzFormat }, { key: 'customArcgisRest', name: Strings.mapCustomArcgisRest |