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/DeviceController.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'web/app/view/DeviceController.js') diff --git a/web/app/view/DeviceController.js b/web/app/view/DeviceController.js index 045ac426f..4d26f799f 100644 --- a/web/app/view/DeviceController.js +++ b/web/app/view/DeviceController.js @@ -69,12 +69,12 @@ onRemoveClick: function () { var device = this.getView().getSelectionModel().getSelection()[0]; Ext.Msg.show({ - title: strings.deviceDialog, - message: strings.sharedRemoveConfirm, + title: Strings.deviceDialog, + message: Strings.sharedRemoveConfirm, buttons: Ext.Msg.YESNO, buttonText: { - yes: strings.sharedRemove, - no: strings.sharedCancel + yes: Strings.sharedRemove, + no: Strings.sharedCancel }, fn: function (btn) { var store; @@ -121,7 +121,7 @@ onUsersClick: function () { Ext.create('Ext.window.Window', { - title: strings.settingsUsers, + title: Strings.settingsUsers, width: Traccar.Style.windowWidth, height: Traccar.Style.windowHeight, layout: 'fit', -- cgit v1.2.3