diff --git a/.changeset/mighty-chicken-sip.md b/.changeset/mighty-chicken-sip.md new file mode 100644 index 0000000000..12fea679f0 --- /dev/null +++ b/.changeset/mighty-chicken-sip.md @@ -0,0 +1,6 @@ +--- +"@rocket.chat/layout": patch +"@rocket.chat/onboarding-ui": patch +--- + +Adjust some font scales and text colors, fix some wrong translations, remove description from admin email on register server step, disable register workspace button when air-gapped. diff --git a/packages/layout/src/FormPageLayout/FormSteps.tsx b/packages/layout/src/FormPageLayout/FormSteps.tsx index 1644c2d13a..795dfd3809 100644 --- a/packages/layout/src/FormPageLayout/FormSteps.tsx +++ b/packages/layout/src/FormPageLayout/FormSteps.tsx @@ -14,7 +14,7 @@ const FormSteps = ({ const { t } = useTranslation(); return ( - + {t('component.form.steps', { currentStep, stepCount })} ); diff --git a/packages/layout/src/FormPageLayout/FormTitle.tsx b/packages/layout/src/FormPageLayout/FormTitle.tsx index 47f03e31aa..9a29faa8c0 100644 --- a/packages/layout/src/FormPageLayout/FormTitle.tsx +++ b/packages/layout/src/FormPageLayout/FormTitle.tsx @@ -8,7 +8,7 @@ const FormTitle = forwardRef< children: ReactNode; } >((props, ref) => ( - + )); export default FormTitle; diff --git a/packages/onboarding-ui/.i18n/en.i18n.json b/packages/onboarding-ui/.i18n/en.i18n.json index d14288af95..e76d3f8e47 100644 --- a/packages/onboarding-ui/.i18n/en.i18n.json +++ b/packages/onboarding-ui/.i18n/en.i18n.json @@ -260,7 +260,7 @@ "title": "Awaiting confirmation", "content": { "securityCode": "Security code", - "sentEmail": "Email sent to <1>{{email}} with a confirmation link.Please verify that the security code below matches the one in the email." + "sentEmail": "Email sent to <1>{{emailAddress}} with a confirmation link.Please verify that the security code below matches the one in the email." } }, "loginForm": { diff --git a/packages/onboarding-ui/src/common/EmailCodeFallback.tsx b/packages/onboarding-ui/src/common/EmailCodeFallback.tsx index 83e8c5e6a7..7a50e2e327 100644 --- a/packages/onboarding-ui/src/common/EmailCodeFallback.tsx +++ b/packages/onboarding-ui/src/common/EmailCodeFallback.tsx @@ -12,7 +12,7 @@ const EmailCodeFallback = ({ onResendEmailRequest, onChangeEmailRequest, }: EmailCodeFallbackProps): ReactElement => ( - + Didn’t receive email? Resend diff --git a/packages/onboarding-ui/src/forms/AwaitConfirmationForm/AwaitConfirmationForm.tsx b/packages/onboarding-ui/src/forms/AwaitConfirmationForm/AwaitConfirmationForm.tsx index 383c984546..b78f03d0be 100644 --- a/packages/onboarding-ui/src/forms/AwaitConfirmationForm/AwaitConfirmationForm.tsx +++ b/packages/onboarding-ui/src/forms/AwaitConfirmationForm/AwaitConfirmationForm.tsx @@ -31,7 +31,7 @@ const AwaitingConfirmationForm = ({ {t('form.awaitConfirmationForm.title')} - + Email sent to {{ emailAddress }} with a confirmation link.Please verify that the security code below matches diff --git a/packages/onboarding-ui/src/forms/RegisterServerForm/RegisterServerForm.tsx b/packages/onboarding-ui/src/forms/RegisterServerForm/RegisterServerForm.tsx index 7b65ed86c1..11a36c140c 100644 --- a/packages/onboarding-ui/src/forms/RegisterServerForm/RegisterServerForm.tsx +++ b/packages/onboarding-ui/src/forms/RegisterServerForm/RegisterServerForm.tsx @@ -5,7 +5,6 @@ import { Field, EmailInput, CheckBox, - Icon, FieldLabel, FieldRow, FieldError, @@ -107,14 +106,6 @@ const RegisterServerForm = ({ htmlFor={emailField} > {t('form.registeredServerForm.fields.accountEmail.inputLabel')} - {t('component.form.action.registerWorkspace')}