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

@@ -13,7 +13,7 @@ Dict::Add('FR FR', 'French', 'Français', [
'UI:NotificationsCenter:Advanced:Input:Label' => '%1$s: %2$s',
'UI:NotificationsCenter:Channel:OutOf:Text' => '%1$s sur %2$s',
'UI:NotificationsCenter:Page:Title' => 'Notifications',
'UI:NotificationsCenter:Panel:SubTitle' => 'Gérer les Notifications dont vous êtes destinataire : désinscrivez-vous ou limitez les à un seul canal',
'UI:NotificationsCenter:Panel:SubTitle' => 'Gérer les Notifications dont vous êtes destinataire : désabonnez-vous des News, des méls ou des deux',
'UI:NotificationsCenter:Panel:Toolbar:ViewAllNews:Title' => 'Voir toutes mes news',
'UI:NotificationsCenter:Panel:Table:Channels' => 'Canaux',
'UI:NotificationsCenter:Panel:Title' => 'Notifications',

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]);