aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/dialog
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2018-11-02 10:19:53 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2018-11-02 10:19:53 +1300
commit97d1cbef1e75714b4a2c68c763b4e137a6fb2d10 (patch)
treef9810548a6864d4f1b1b2932546e6af3f0b23a3d /web/app/view/dialog
parent3b87c6ea876b58ccd54bdde7ed644c7aaf2d5f61 (diff)
downloadetbsa-traccar-web-97d1cbef1e75714b4a2c68c763b4e137a6fb2d10.tar.gz
etbsa-traccar-web-97d1cbef1e75714b4a2c68c763b4e137a6fb2d10.tar.bz2
etbsa-traccar-web-97d1cbef1e75714b4a2c68c763b4e137a6fb2d10.zip
Fix missing strings
Diffstat (limited to 'web/app/view/dialog')
-rw-r--r--web/app/view/dialog/SavedCommand.js2
-rw-r--r--web/app/view/dialog/SendCommand.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/dialog/SavedCommand.js b/web/app/view/dialog/SavedCommand.js
index 4759143..a769387 100644
--- a/web/app/view/dialog/SavedCommand.js
+++ b/web/app/view/dialog/SavedCommand.js
@@ -42,7 +42,7 @@ Ext.define('Traccar.view.dialog.SavedCommand', {
name: 'textChannel',
inputValue: true,
uncheckedValue: false,
- fieldLabel: Strings.notificationSms
+ fieldLabel: Strings.commandSendSms
}, {
xtype: 'combobox',
name: 'type',
diff --git a/web/app/view/dialog/SendCommand.js b/web/app/view/dialog/SendCommand.js
index 9e07cbf..7995473 100644
--- a/web/app/view/dialog/SendCommand.js
+++ b/web/app/view/dialog/SendCommand.js
@@ -54,7 +54,7 @@ Ext.define('Traccar.view.dialog.SendCommand', {
reference: 'textChannelCheckBox',
inputValue: true,
uncheckedValue: false,
- fieldLabel: Strings.notificationSms,
+ fieldLabel: Strings.commandSendSms,
listeners: {
change: 'onTextChannelChange'
}