aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/DeviceController.js
diff options
context:
space:
mode:
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',