aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/dialog/SendCommand.js
diff options
context:
space:
mode:
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 0bb7d610..f4224bec 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',