aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/CommandDialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/CommandDialog.js')
-rw-r--r--web/app/view/CommandDialog.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/app/view/CommandDialog.js b/web/app/view/CommandDialog.js
index 1450dc2..ffe9095 100644
--- a/web/app/view/CommandDialog.js
+++ b/web/app/view/CommandDialog.js
@@ -105,14 +105,14 @@ Ext.define('Traccar.view.CommandDialog', {
}]
}, {
xtype: 'fieldcontainer',
- reference: 'paramSetHearts',
+ reference: 'paramSetIndicator',
name: 'attributes',
hidden: true,
items: [{
xtype: 'numberfield',
- fieldLabel: Strings.commandHearts,
- name: 'hearts',
+ fieldLabel: Strings.commandData,
+ name: 'data',
minValue: 0,
maxValue: 99
}]