N°7774 - Tooltip unscribe from News center to be improved

This commit is contained in:
vdumas
2024-09-23 17:27:55 +02:00
parent f98ad6ccab
commit c5fb4227bf
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ class iTopNewsroomController extends Controller
$oNotificationsCenterButton = ButtonUIBlockFactory::MakeIconLink(
'fas fa-cogs',
Dict::S('UI:NotificationsCenter:Panel:Title'),
Dict::S('UI:NotificationsCenter:Panel:SubTitle'),
Router::GetInstance()->GenerateUrl(NotificationsCenterController::ROUTE_NAMESPACE.'.display_page'),
);
$oBulkActionsBlock->SetToolBlocks([$oNotificationsCenterButton]);