aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/DeviceController.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-10-03 21:39:38 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2015-10-03 21:39:38 +1300
commit8416025e932669550c166cfc4263d55c149eed89 (patch)
tree904f1c29af8b76784583da62fe85a270d5c01e9a /web/app/view/DeviceController.js
parent04e63f9b42991008843f3f9d1788fa6933bd57b3 (diff)
downloadtrackermap-server-8416025e932669550c166cfc4263d55c149eed89.tar.gz
trackermap-server-8416025e932669550c166cfc4263d55c149eed89.tar.bz2
trackermap-server-8416025e932669550c166cfc4263d55c149eed89.zip
Rename strings global variable
Diffstat (limited to 'web/app/view/DeviceController.js')
-rw-r--r--web/app/view/DeviceController.js10
1 files changed, 5 insertions, 5 deletions
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',