Skip to content

Commit

Permalink
Fix onboarding-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed Jan 6, 2025
1 parent c0f2a17 commit 5821659
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,13 @@ const AwaitingConfirmationForm = ({
</Form.Header>
<Form.Container>
<Box fontScale='p2' mbe={24}>
<Trans i18nKey='form.awaitConfirmationForm.content.sentEmail'>
Email sent to <strong>{{ emailAddress }}</strong> with a
confirmation link.Please verify that the security code below matches
the one in the email.
<Trans
i18nKey='form.awaitConfirmationForm.content.sentEmail'
values={{ emailAddress }}
>
Email sent to <strong>{emailAddress}</strong> with a confirmation
link.Please verify that the security code below matches the one in
the email.
</Trans>
</Box>
<Label display='block'>
Expand Down
7 changes: 0 additions & 7 deletions packages/onboarding-ui/src/i18next.d.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ const OauthAuthorizationPage = ({
<>
<Trans
i18nKey='page.oauthAuthorizationPage.allowLogin'
name={clientName}
values={{ name: clientName }}
>
Do you wish to allow
<strong>{{ clientName }}</strong>
<strong>{clientName}</strong>
to login with your Rocket.Chat Cloud Account?
</Trans>

Expand Down

0 comments on commit 5821659

Please sign in to comment.