aboutsummaryrefslogtreecommitdiff
path: root/web/app/Application.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/Application.js')
-rw-r--r--web/app/Application.js2
1 files changed, 1 insertions, 1 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) {