diff options
author | Abyss777 <abyss@fox5.ru> | 2017-09-06 16:51:44 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-09-06 16:51:44 +0500 |
commit | ae877a48698f28beae82753feae9b4a8e0993ca2 (patch) | |
tree | f095d18d6375a9ddea51ad2e5a463b1619748487 /web/app | |
parent | 1edfec60e54b26f3cd7970075b58bb69920b37f7 (diff) | |
download | trackermap-web-ae877a48698f28beae82753feae9b4a8e0993ca2.tar.gz trackermap-web-ae877a48698f28beae82753feae9b4a8e0993ca2.tar.bz2 trackermap-web-ae877a48698f28beae82753feae9b4a8e0993ca2.zip |
Add "Unit" to strings
Diffstat (limited to 'web/app')
-rw-r--r-- | web/app/store/CommonUserAttributes.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/store/CommonUserAttributes.js b/web/app/store/CommonUserAttributes.js index d000909d..1ba223f2 100644 --- a/web/app/store/CommonUserAttributes.js +++ b/web/app/store/CommonUserAttributes.js @@ -60,7 +60,7 @@ Ext.define('Traccar.store.CommonUserAttributes', { valueType: 'boolean' }, { key: 'distanceUnit', - name: Strings.sharedDistance, + name: Strings.settingsDistanceUnit, valueType: 'string', dataType: 'distanceUnit' }, { @@ -70,7 +70,7 @@ Ext.define('Traccar.store.CommonUserAttributes', { dataType: 'speedUnit' }, { key: 'volumeUnit', - name: Strings.sharedVolumeUnit, + name: Strings.settingsVolumeUnit, valueType: 'string', dataType: 'volumeUnit' }, { |