diff options
author | Alexander Menk <menk@mestrona.net> | 2016-12-20 11:00:21 +0100 |
---|---|---|
committer | Alexander Menk <menk@mestrona.net> | 2016-12-20 11:00:21 +0100 |
commit | d3cf54f1f77b3552b4f12fbde73463159cf1b359 (patch) | |
tree | 87ec536e4f40aefd727176cc7be3712d793d3b07 /web/app/view/CommandDialog.js | |
parent | fef9d5331bbcd19d51dcf1f4d1e9355c67952004 (diff) | |
download | trackermap-web-d3cf54f1f77b3552b4f12fbde73463159cf1b359.tar.gz trackermap-web-d3cf54f1f77b3552b4f12fbde73463159cf1b359.tar.bz2 trackermap-web-d3cf54f1f77b3552b4f12fbde73463159cf1b359.zip |
#2702 Rename "Hearts" function to "Indicator" to be more general
Diffstat (limited to 'web/app/view/CommandDialog.js')
-rw-r--r-- | web/app/view/CommandDialog.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/app/view/CommandDialog.js b/web/app/view/CommandDialog.js index 1450dc28..ffe90951 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 }] |