aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/edit/SavedCommands.js
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/edit/SavedCommands.js
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/edit/SavedCommands.js')
-rw-r--r--web/app/view/edit/SavedCommands.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/edit/SavedCommands.js b/web/app/view/edit/SavedCommands.js
index 794e95e..9e5f486 100644
--- a/web/app/view/edit/SavedCommands.js
+++ b/web/app/view/edit/SavedCommands.js
@@ -56,7 +56,7 @@ Ext.define('Traccar.view.edit.SavedCommands', {
},
renderer: Traccar.AttributeFormatter.getFormatter('commandType')
}, {
- text: Strings.notificationSms,
+ text: Strings.commandSendSms,
dataIndex: 'textChannel',
renderer: Traccar.AttributeFormatter.getFormatter('textChannel'),
filter: 'boolean'