diff --git a/frontend/src/_components/NotificationCenter/index.jsx b/frontend/src/_components/NotificationCenter/index.jsx index d5fb84b64c..4f031857f5 100644 --- a/frontend/src/_components/NotificationCenter/index.jsx +++ b/frontend/src/_components/NotificationCenter/index.jsx @@ -72,7 +72,7 @@ export const NotificationCenter = ({ darkMode }) => {
{t('header.notificationCenter.youAreCaughtUp', `You're all caught up!`)}
-+
{`${t('header.notificationCenter.youDontHaveany', `You don't have any`)} ${ !isRead ? t('header.notificationCenter.un', 'un') : '' }${t('header.notificationCenter.read', 'read')} ${t( @@ -91,7 +91,7 @@ export const NotificationCenter = ({ darkMode }) => {