copywriting and text color changes

This commit is contained in:
Rudra 2024-08-07 12:51:49 +05:30
parent 4b41184bed
commit af8ac37489
2 changed files with 3 additions and 3 deletions

View file

@ -72,7 +72,7 @@ export const NotificationCenter = ({ darkMode }) => {
<p className="empty-title mb-1" data-cy="empty-notification-title">
{t('header.notificationCenter.youAreCaughtUp', `You're all caught up!`)}
</p>
<p className="empty-subtitle text-muted" data-cy="empty-notification-subtitle">
<p className="empty-subtitle" data-cy="empty-notification-subtitle">
{`${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 }) => {
</div>
<div className="card-footer text-center margin-auto">
<span
className="text-muted text-decoration-none cursor-pointer"
className="text-decoration-none cursor-pointer"
onClick={() => setIsRead(!isRead)}
data-cy="notifications-card-footer"
>

View file

@ -341,7 +341,7 @@ class OrganizationLogin extends React.Component {
</label>
<div className="help-text danger-text-login">
<div data-cy="enable-sign-up-helper-text">
Users will be able to sign up without being invited
Users will be able to sign up as end-users without being invited
</div>
</div>
</div>