diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2018-11-02 10:19:53 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2018-11-02 10:19:53 +1300 |
commit | 97d1cbef1e75714b4a2c68c763b4e137a6fb2d10 (patch) | |
tree | f9810548a6864d4f1b1b2932546e6af3f0b23a3d /web/app/view/dialog/SendCommand.js | |
parent | 3b87c6ea876b58ccd54bdde7ed644c7aaf2d5f61 (diff) | |
download | trackermap-web-97d1cbef1e75714b4a2c68c763b4e137a6fb2d10.tar.gz trackermap-web-97d1cbef1e75714b4a2c68c763b4e137a6fb2d10.tar.bz2 trackermap-web-97d1cbef1e75714b4a2c68c763b4e137a6fb2d10.zip |
Fix missing strings
Diffstat (limited to 'web/app/view/dialog/SendCommand.js')
-rw-r--r-- | web/app/view/dialog/SendCommand.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/dialog/SendCommand.js b/web/app/view/dialog/SendCommand.js index 9e07cbf3..79954739 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' } |