aboutsummaryrefslogtreecommitdiff
path: root/web/app
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2018-01-23 00:55:33 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2018-01-23 00:55:33 +1300
commit9f4ad022beaf7f2bc7a67a397d3c48c64e57e4a5 (patch)
tree6e6133cd45825ec3375c1876f9bc8e4fd25e30c3 /web/app
parent264341273746efdedab8adf663eb1a7eecac595b (diff)
downloadetbsa-traccar-web-9f4ad022beaf7f2bc7a67a397d3c48c64e57e4a5.tar.gz
etbsa-traccar-web-9f4ad022beaf7f2bc7a67a397d3c48c64e57e4a5.tar.bz2
etbsa-traccar-web-9f4ad022beaf7f2bc7a67a397d3c48c64e57e4a5.zip
Fix notifications title
Diffstat (limited to 'web/app')
-rw-r--r--web/app/view/edit/GroupsController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/edit/GroupsController.js b/web/app/view/edit/GroupsController.js
index a4ced61..05b4ba7 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',