diff options
author | Gábor Somogyi <gabor.g.somogyi@gmail.com> | 2016-05-06 00:17:38 +0200 |
---|---|---|
committer | Gábor Somogyi <gabor.g.somogyi@gmail.com> | 2016-05-06 00:17:38 +0200 |
commit | aac9a985e85859132d6e0619f6465dff7a548bf0 (patch) | |
tree | 7187f48afeefa6e03a56a1b8ce26f3923b69be3b /web/app/view | |
parent | 7d1e51ed2626c11cc741ad38b7492abe12df40d0 (diff) | |
download | trackermap-server-aac9a985e85859132d6e0619f6465dff7a548bf0.tar.gz trackermap-server-aac9a985e85859132d6e0619f6465dff7a548bf0.tar.bz2 trackermap-server-aac9a985e85859132d6e0619f6465dff7a548bf0.zip |
Typo fix
Diffstat (limited to 'web/app/view')
-rw-r--r-- | web/app/view/CommandDialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
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: { |