From aac9a985e85859132d6e0619f6465dff7a548bf0 Mon Sep 17 00:00:00 2001 From: Gábor Somogyi Date: Fri, 6 May 2016 00:17:38 +0200 Subject: Typo fix --- web/app/view/CommandDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app') diff --git a/web/app/view/CommandDialog.js b/web/app/view/CommandDialog.js index f2c2f5541..dff88f147 100644 --- a/web/app/view/CommandDialog.js +++ b/web/app/view/CommandDialog.js @@ -30,7 +30,7 @@ Ext.define('Traccar.view.CommandDialog', { xtype: 'combobox', name: 'type', fieldLabel: Strings.commandType, - store: 'CommandTypess', + store: 'CommandTypes', displayField: 'key', valueField: 'key', listeners: { -- cgit v1.2.3