i18n: add missing translation for workspace registration email footer (#38429)

pull/38560/head^2
ASHWANI YADAV 4 months ago committed by GitHub
parent 684acde0f9
commit f59bc926c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 19
      apps/meteor/client/views/admin/workspace/VersionCard/modals/RegisterWorkspaceSetupModal/RegisterWorkspaceSetupStepTwoModal.tsx
  2. 1
      packages/i18n/src/locales/en.i18n.json

@ -103,16 +103,17 @@ const RegisterWorkspaceSetupStepTwoModal = ({ email, step, setStep, onClose, int
</Box>
</ModalContent>
<ModalFooter>
{/* FIXME: missing translation */}
<Box is='div' display='flex' justifyContent='start' fontSize='c1' w='full'>
Didnt receive email?{' '}
<Box is='a' pi={4} onClick={handleResendRegistrationEmail}>
Resend
</Box>{' '}
or{' '}
<Box is='a' pi={4} onClick={handleBackFromConfirmation}>
change email
</Box>
<Trans i18nKey='RegisterWorkspace_Didnt_Receive_Email'>
Didn't receive email?{' '}
<Box is='a' pi={4} onClick={handleResendRegistrationEmail}>
Resend
</Box>{' '}
or{' '}
<Box is='a' pi={4} onClick={handleBackFromConfirmation}>
change email
</Box>
</Trans>
</Box>
</ModalFooter>
</Modal>

@ -4356,6 +4356,7 @@
"RegisterWorkspace_Setup_No_Account_Title": "Don't have an account?",
"RegisterWorkspace_Setup_Steps": "Step {{step}} of {{numberOfSteps}}",
"RegisterWorkspace_Setup_Subtitle": "To register this workspace it needs to be associated it with a Rocket.Chat Cloud account.",
"RegisterWorkspace_Didnt_Receive_Email": "Didn't receive email? <1>Resend</1> or <3>change email</3>",
"RegisterWorkspace_Syncing_Complete": "Sync Complete",
"RegisterWorkspace_Syncing_Error": "An error occurred syncing your workspace",
"RegisterWorkspace_Token_Step_Two": "Copy the token and paste it below.",

Loading…
Cancel
Save