From 8416025e932669550c166cfc4263d55c149eed89 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 3 Oct 2015 21:39:38 +1300 Subject: Rename strings global variable --- web/app/view/CommandDialogController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/view/CommandDialogController.js') 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(); } } -- cgit v1.2.3