diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2018-01-23 00:55:33 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2018-01-23 00:55:33 +1300 |
commit | 9f4ad022beaf7f2bc7a67a397d3c48c64e57e4a5 (patch) | |
tree | 6e6133cd45825ec3375c1876f9bc8e4fd25e30c3 /web/app/view/edit | |
parent | 264341273746efdedab8adf663eb1a7eecac595b (diff) | |
download | trackermap-web-9f4ad022beaf7f2bc7a67a397d3c48c64e57e4a5.tar.gz trackermap-web-9f4ad022beaf7f2bc7a67a397d3c48c64e57e4a5.tar.bz2 trackermap-web-9f4ad022beaf7f2bc7a67a397d3c48c64e57e4a5.zip |
Fix notifications title
Diffstat (limited to 'web/app/view/edit')
-rw-r--r-- | web/app/view/edit/GroupsController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/edit/GroupsController.js b/web/app/view/edit/GroupsController.js index a4ced617..05b4ba73 100644 --- a/web/app/view/edit/GroupsController.js +++ b/web/app/view/edit/GroupsController.js @@ -110,7 +110,7 @@ Ext.define('Traccar.view.edit.GroupsController', { admin = Traccar.app.getUser().get('admin'); group = this.getView().getSelectionModel().getSelection()[0]; Ext.create('Traccar.view.BaseWindow', { - title: Strings.sharedSavedCommands, + title: Strings.sharedNotifications, items: { xtype: 'linkNotificationsView', baseObjectName: 'groupId', |