aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorGábor Somogyi <gabor.g.somogyi@gmail.com>2016-05-06 00:17:38 +0200
committerGábor Somogyi <gabor.g.somogyi@gmail.com>2016-05-06 00:17:38 +0200
commitaac9a985e85859132d6e0619f6465dff7a548bf0 (patch)
tree7187f48afeefa6e03a56a1b8ce26f3923b69be3b /web
parent7d1e51ed2626c11cc741ad38b7492abe12df40d0 (diff)
downloadtrackermap-server-aac9a985e85859132d6e0619f6465dff7a548bf0.tar.gz
trackermap-server-aac9a985e85859132d6e0619f6465dff7a548bf0.tar.bz2
trackermap-server-aac9a985e85859132d6e0619f6465dff7a548bf0.zip
Typo fix
Diffstat (limited to 'web')
-rw-r--r--web/app/view/CommandDialog.js2
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: {