diff options
Diffstat (limited to 'web/app/view/command/CommandDialogController.js')
-rw-r--r-- | web/app/view/command/CommandDialogController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/command/CommandDialogController.js b/web/app/view/command/CommandDialogController.js index c5e98450f..84004e2aa 100644 --- a/web/app/view/command/CommandDialogController.js +++ b/web/app/view/command/CommandDialogController.js @@ -50,7 +50,7 @@ Ext.define('Traccar.view.command.CommandDialogController', { onSendReturn: function(options, success, response) { if (Traccar.ErrorManager.check(success, response)) { this.closeView(); - //TODO toast Ext.toast(strings.login_created); + //TODO toast Ext.toast(strings.loginCreated); } }, |