aboutsummaryrefslogtreecommitdiff
path: root/web/app
diff options
context:
space:
mode:
Diffstat (limited to 'web/app')
-rw-r--r--web/app/store/CommonUserAttributes.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/store/CommonUserAttributes.js b/web/app/store/CommonUserAttributes.js
index d000909..1ba223f 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'
}, {