aboutsummaryrefslogtreecommitdiff
path: root/web/app
diff options
context:
space:
mode:
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',