From 54137d72265355c04c4b71836d524391ea144998 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Tue, 16 May 2017 16:53:31 +0500 Subject: - Added attribute column to permissions tables - Fixed string --- web/app/view/edit/UsersController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/view/edit') diff --git a/web/app/view/edit/UsersController.js b/web/app/view/edit/UsersController.js index f4ef401..fe69d40 100644 --- a/web/app/view/edit/UsersController.js +++ b/web/app/view/edit/UsersController.js @@ -159,7 +159,7 @@ Ext.define('Traccar.view.edit.UsersController', { onAttributesClick: function () { var user = this.getView().getSelectionModel().getSelection()[0]; Ext.create('Traccar.view.BaseWindow', { - title: Strings.sharedCalendars, + title: Strings.sharedComputedAttributes, items: { xtype: 'userAttributesView', baseObjectName: 'userId', -- cgit v1.2.3