From 9bed3c9a1064fb41ce25f1229137fd6f978f100e Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 20 Jan 2024 07:59:26 -0800 Subject: Fix typo --- web/app/Application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/Application.js') 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) { -- cgit v1.2.3