From 9f4ad022beaf7f2bc7a67a397d3c48c64e57e4a5 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 23 Jan 2018 00:55:33 +1300 Subject: Fix notifications title --- web/app/view/edit/GroupsController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') 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', -- cgit v1.2.3