aboutsummaryrefslogtreecommitdiff
path: root/web/app
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
parent00412a14fc79dc4718c7aa08b06bc874bd5e5f34 (diff)
downloadtrackermap-web-9bed3c9a1064fb41ce25f1229137fd6f978f100e.tar.gz
trackermap-web-9bed3c9a1064fb41ce25f1229137fd6f978f100e.tar.bz2
trackermap-web-9bed3c9a1064fb41ce25f1229137fd6f978f100e.zip
Fix typo
Diffstat (limited to 'web/app')
-rw-r--r--web/app/Application.js2
-rw-r--r--web/app/store/CommonUserAttributes.js4
2 files changed, 3 insertions, 3 deletions
diff --git a/web/app/Application.js b/web/app/Application.js
index 91bdc584..dd9210dc 100644
--- a/web/app/Application.js
+++ b/web/app/Application.js
@@ -123,7 +123,7 @@ Ext.define('Traccar.Application', {
},
getVehicleFeaturesDisabled: function () {
- return this.getBooleanAttributePreference('ui.disableVehicleFetures');
+ return this.getBooleanAttributePreference('ui.disableVehicleFeatures');
},
getEventString: function (eventType) {
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',