From af8ac37489cd6512c9c9d91204728a060096bc0e Mon Sep 17 00:00:00 2001 From: Rudra Date: Wed, 7 Aug 2024 12:51:49 +0530 Subject: [PATCH] copywriting and text color changes --- frontend/src/_components/NotificationCenter/index.jsx | 4 ++-- .../src/_components/OrganizationLogin/OrganizationLogin.jsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }) => {

setIsRead(!isRead)} data-cy="notifications-card-footer" > diff --git a/frontend/src/_components/OrganizationLogin/OrganizationLogin.jsx b/frontend/src/_components/OrganizationLogin/OrganizationLogin.jsx index eead406fc7..54e6f80157 100644 --- a/frontend/src/_components/OrganizationLogin/OrganizationLogin.jsx +++ b/frontend/src/_components/OrganizationLogin/OrganizationLogin.jsx @@ -341,7 +341,7 @@ class OrganizationLogin extends React.Component {
- Users will be able to sign up without being invited + Users will be able to sign up as end-users without being invited