fix(i18n): use correct i18n key for workspace confirmation (#38662)

Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
pull/37715/head^2
Rahian S.S. 3 months ago committed by GitHub
parent f6ba6a7195
commit afaabea922
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      .changeset/fix-register-workspace-i18n.md
  2. 2
      apps/meteor/client/views/admin/workspace/VersionCard/modals/RegisterWorkspaceSetupModal/RegisterWorkspaceSetupStepTwoModal.tsx

@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---
Fixes wrong i18n key in RegisterWorkspace confirmation step so the text is translated instead of showing a missing key.

@ -83,7 +83,7 @@ const RegisterWorkspaceSetupStepTwoModal = ({ email, step, setStep, onClose, int
<ModalContent>
<Box fontSize='p2'>
<Box>
<Trans i18nKey='RegisterWorkspace_Setup_Email_Confirmation'>
<Trans i18nKey='cloud.RegisterWorkspace_Setup_Email_Confirmation'>
<Box is='p'>
Email sent to{' '}
<Box is='span' fontScale='p2b'>

Loading…
Cancel
Save