Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoevanp committed Oct 4, 2023
1 parent 695d42a commit 4a4c4b2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/onboarding-ui/.i18n/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@
"keepInformed": "Keep me informed about news and events",
"registerLater": "Register later",
"notConnectedToInternet": "The server is not connected to the internet, so you’ll have to do an offline registration for this workspace.",
"registrationEngagement": "Registration allows automatic license updates, notifications of critical vulnerabilities and access to Rocket.Chat Cloud services. No sensitive workspace data is shared; statistics sent to Rocket.Chat are made visible to you within the administration area."
"registrationEngagement": "Registration allows automatic license updates, notifications of critical vulnerabilities and access to Rocket.Chat Cloud services. No sensitive workspace data is shared; statistics sent to Rocket.Chat are made visible to you within the administration area.",
"registrationKeepInformed": "By submitting this form you consent to receive more information about Rocket.Chat products, events and updates, according to our <1>privacy policy</1>. You may unsubscribe at any time."
},
"createCloudWorkspace": {
"title": "New Cloud Workspace",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const RegisterServerForm = ({
<Box mbs={24}>
<Box
mbe={8}
display='flex'
display='none'
flexDirection='row'
alignItems='flex-start'
fontScale='c1'
Expand Down Expand Up @@ -180,6 +180,16 @@ const RegisterServerForm = ({
<Box mbs={24} fontScale='c1'>
{t('form.registeredServerForm.registrationEngagement')}
</Box>
<Box mbs={24} fontScale='c1'>
<Trans i18nKey='form.registeredServerForm.registrationKeepInformed'>
By submitting this form you consent to receive more information
about Rocket.Chat products, events and updates, according to our
<a href={policyHref} target='_blank' rel='noopener noreferrer'>
Privacy Policy
</a>
. You may unsubscribe at any time.
</Trans>
</Box>
</Box>
</Form.Footer>
</Form>
Expand Down

0 comments on commit 4a4c4b2

Please sign in to comment.