Skip to content

Commit f9ad621

Browse files
Merge pull request #16229 from stefanonardo/OCPBUGS-78904
OCPBUGS-78904: Mark notification drawer title for translation
2 parents 12d651d + 56fef18 commit f9ad621

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

frontend/public/components/notification-drawer.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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]}

frontend/public/locales/en/public.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,7 @@
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",

0 commit comments

Comments
 (0)