aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/device/DeviceController.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-08-03 10:59:20 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2015-08-03 10:59:20 +1200
commite301d477ee95c0ae7f3d06f0950368cb5d8fe226 (patch)
tree11d08db1bd0397fe5521a4096ef416b7e73d4dbc /web/app/view/device/DeviceController.js
parent53f9c016515b9700dedb4e2b9bad02a85ee07460 (diff)
downloadtrackermap-server-e301d477ee95c0ae7f3d06f0950368cb5d8fe226.tar.gz
trackermap-server-e301d477ee95c0ae7f3d06f0950368cb5d8fe226.tar.bz2
trackermap-server-e301d477ee95c0ae7f3d06f0950368cb5d8fe226.zip
Rename string properties
Diffstat (limited to 'web/app/view/device/DeviceController.js')
-rw-r--r--web/app/view/device/DeviceController.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/app/view/device/DeviceController.js b/web/app/view/device/DeviceController.js
index f5577f156..ae4abf4a7 100644
--- a/web/app/view/device/DeviceController.js
+++ b/web/app/view/device/DeviceController.js
@@ -64,12 +64,12 @@ Ext.define('Traccar.view.device.DeviceController', {
onRemoveClick: function() {
var device = this.getView().getSelectionModel().getSelection()[0];
Ext.Msg.show({
- title: strings.device_dialog,
- message: strings.shared_remove_confirm,
+ title: strings.deviceDialog,
+ message: strings.sharedRemoveConfirm,
buttons: Ext.Msg.YESNO,
buttonText: {
- yes: strings.shared_remove,
- no: strings.shared_cancel
+ yes: strings.sharedRemove,
+ no: strings.sharedCancel
},
fn: function(btn) {
if (btn === 'yes') {
@@ -116,7 +116,7 @@ Ext.define('Traccar.view.device.DeviceController', {
onUsersClick: function() {
Ext.create('Ext.window.Window', {
- title: strings.settings_users,
+ title: strings.settingsUsers,
width: styles.window_width,
height: styles.window_height,
layout: 'fit',