aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/CommonUserAttributes.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2024-01-20 07:59:26 -0800
committerAnton Tananaev <anton@traccar.org>2024-01-20 07:59:32 -0800
commit9bed3c9a1064fb41ce25f1229137fd6f978f100e (patch)
treefbcb7058a05f1f2a122a2caa6ada060a1fcd6b7f /web/app/store/CommonUserAttributes.js
parent00412a14fc79dc4718c7aa08b06bc874bd5e5f34 (diff)
downloadtrackermap-web-9bed3c9a1064fb41ce25f1229137fd6f978f100e.tar.gz
trackermap-web-9bed3c9a1064fb41ce25f1229137fd6f978f100e.tar.bz2
trackermap-web-9bed3c9a1064fb41ce25f1229137fd6f978f100e.zip
Fix typo
Diffstat (limited to 'web/app/store/CommonUserAttributes.js')
-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 7d0ea969..0619df22 100644
--- a/web/app/store/CommonUserAttributes.js
+++ b/web/app/store/CommonUserAttributes.js
@@ -43,8 +43,8 @@ Ext.define('Traccar.store.CommonUserAttributes', {
name: Strings.attributeUiDisableEvents,
valueType: 'boolean'
}, {
- key: 'ui.disableVehicleFetures',
- name: Strings.attributeUiDisableVehicleFetures,
+ key: 'ui.disableVehicleFeatures',
+ name: Strings.attributeUiDisableVehicleFeatures,
valueType: 'boolean'
}, {
key: 'ui.disableDrivers',