diff options
Diffstat (limited to 'web/app/view/CommandDialogController.js')
-rw-r--r-- | web/app/view/CommandDialogController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/CommandDialogController.js b/web/app/view/CommandDialogController.js index 1c6b361a7..39149c5a5 100644 --- a/web/app/view/CommandDialogController.js +++ b/web/app/view/CommandDialogController.js @@ -52,7 +52,7 @@ onSendResult: function (options, success, response) { if (Traccar.ErrorManager.check(success, response)) { - Ext.toast(strings.commandSent); + Ext.toast(Strings.commandSent); this.closeView(); } } |