File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -452,7 +452,10 @@ export const NotificationDrawer: FC<NotificationDrawerProps> = ({
452452
453453 return (
454454 < PfNotificationDrawer ref = { drawerRef } >
455- < NotificationDrawerHeader onClose = { toggleNotificationDrawer } />
455+ < NotificationDrawerHeader
456+ title = { t ( 'public~Notifications' ) }
457+ onClose = { toggleNotificationDrawer }
458+ />
456459 < NotificationDrawerBody >
457460 < NotificationDrawerGroupList >
458461 { [ criticalAlertCategory , nonCriticalAlertCategory , recommendationsCategory ] }
Original file line number Diff line number Diff line change 11261126 "Notifications in the other alerts group" : " Notifications in the other alerts group" ,
11271127 "Recommendations" : " Recommendations" ,
11281128 "Notifications in the recommendations group" : " Notifications in the recommendations group" ,
1129+ "Notifications" : " Notifications" ,
11291130 "No PersistentVolume" : " No PersistentVolume" ,
11301131 "PersistentVolume" : " PersistentVolume" ,
11311132 "Capacity" : " Capacity" ,
You can’t perform that action at this time.
0 commit comments