aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/dialog/SendCommand.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-09-14 09:38:14 +0500
committerAbyss777 <abyss@fox5.ru>2017-09-14 09:38:14 +0500
commitbe47d612285d484e2d0a2aa43174fb8e36acd816 (patch)
tree311da517ca347969c290b06285b4451fdfc6e98b /web/app/view/dialog/SendCommand.js
parenta5d36c62facad98c409b9fcd4f8b92c3d47601ab (diff)
downloadetbsa-traccar-web-be47d612285d484e2d0a2aa43174fb8e36acd816.tar.gz
etbsa-traccar-web-be47d612285d484e2d0a2aa43174fb8e36acd816.tar.bz2
etbsa-traccar-web-be47d612285d484e2d0a2aa43174fb8e36acd816.zip
Improve command type formatting
Diffstat (limited to 'web/app/view/dialog/SendCommand.js')
-rw-r--r--web/app/view/dialog/SendCommand.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/dialog/SendCommand.js b/web/app/view/dialog/SendCommand.js
index 0bb7d61..f4224be 100644
--- a/web/app/view/dialog/SendCommand.js
+++ b/web/app/view/dialog/SendCommand.js
@@ -29,7 +29,7 @@ Ext.define('Traccar.view.dialog.SendCommand', {
items: [{
xtype: 'combobox',
reference: 'commandsComboBox',
- fieldLabel: Strings.sharedSavedCommand,
+ fieldLabel: Strings.deviceCommand,
displayField: 'description',
valueField: 'id',
store: 'DeviceCommands',