From 36ec2ef7afb334d3b34a6bf0f1df13c5f27456c1 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Wed, 29 Jun 2016 07:32:37 +0500 Subject: Minor fixes --- web/app/view/AttributeDialog.js | 2 +- web/app/view/UserDialog.js | 2 +- web/app/view/UserDialogController.js | 2 +- web/l10n/en.json | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/web/app/view/AttributeDialog.js b/web/app/view/AttributeDialog.js index 6ba7aeedf..be06b7576 100644 --- a/web/app/view/AttributeDialog.js +++ b/web/app/view/AttributeDialog.js @@ -22,7 +22,7 @@ Ext.define('Traccar.view.AttributeDialog', { ], controller: 'baseEditDialog', - title: Strings.stateName, + title: Strings.sharedAttribute, items: { xtype: 'form', diff --git a/web/app/view/UserDialog.js b/web/app/view/UserDialog.js index 02c1342ac..b51997262 100644 --- a/web/app/view/UserDialog.js +++ b/web/app/view/UserDialog.js @@ -92,6 +92,6 @@ Ext.define('Traccar.view.UserDialog', { }, { xtype: 'button', text : Strings.sharedAttributes, - handler: 'attributesView' + handler: 'showAttributesView' }] }); diff --git a/web/app/view/UserDialogController.js b/web/app/view/UserDialogController.js index b3496fe6a..db495b8ff 100644 --- a/web/app/view/UserDialogController.js +++ b/web/app/view/UserDialogController.js @@ -50,7 +50,7 @@ Ext.define('Traccar.view.UserDialogController', { button.up('window').close(); }, - attributesView: function (button) { + showAttributesView: function (button) { var dialog, record; dialog = button.up('window').down('form'); record = dialog.getRecord(); diff --git a/web/l10n/en.json b/web/l10n/en.json index 7ed2037ac..97cee819d 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -21,6 +21,7 @@ "sharedGeofences": "Geofences", "sharedNotifications": "Notifications", "sharedAttributes": "Attributes", + "sharedAttribute": "Attribute", "errorTitle": "Error", "errorUnknown": "Unknown error", "errorConnection": "Connection error", -- cgit v1.2.3