diff options
author | Abyss777 <abyss@fox5.ru> | 2017-05-16 16:53:31 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-05-16 16:53:31 +0500 |
commit | 54137d72265355c04c4b71836d524391ea144998 (patch) | |
tree | d5b130414ed164586efb867b7649de1617f2c90c /web/app/view/edit | |
parent | a6765559b9388cea4ebc056cc207d7fc05206065 (diff) | |
download | trackermap-web-54137d72265355c04c4b71836d524391ea144998.tar.gz trackermap-web-54137d72265355c04c4b71836d524391ea144998.tar.bz2 trackermap-web-54137d72265355c04c4b71836d524391ea144998.zip |
- Added attribute column to permissions tables
- Fixed string
Diffstat (limited to 'web/app/view/edit')
-rw-r--r-- | web/app/view/edit/UsersController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/edit/UsersController.js b/web/app/view/edit/UsersController.js index f4ef4012..fe69d40c 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', |