feat(approved-access-domain): QA (#10681)

This commit is contained in:
Antoine Moreaux
2025-03-06 07:35:10 +01:00
committed by GitHub
parent 1ad08cdbe9
commit e92e094a81
69 changed files with 398 additions and 105 deletions

View File

@ -46,7 +46,7 @@ export const SendInviteLinkEmail = ({
value={sender.email}
color={emailTheme.font.colors.blue}
/>
)<Trans>has invited you to join a workspace called </Trans>
) <Trans>has invited you to join a workspace called </Trans>
<b>{workspace.name}</b>
<br />
</MainText>

View File

@ -49,10 +49,11 @@ export const SendApprovedAccessDomainValidation = ({
value={sender.email}
color={emailTheme.font.colors.blue}
/>
)
) <Trans>Please validate this domain to allow users with</Trans>{' '}
<b>@{domain}</b>{' '}
<Trans>
Please validate this domain to allow users with <b>@{domain}</b> email
addresses to join your workspace without requiring an invitation.
email addresses to join your workspace without requiring an
invitation.
</Trans>
<br />
</MainText>