fix: add missing space symbol to the 'additional.help.text' field

Co-Authored-By: Adolfo R. Brandes <adolfo@axim.org>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
bydawen
2026-03-06 09:33:49 -03:00
committed by Adolfo R. Brandes
parent c31c397c61
commit 7bfb5d16d0
2 changed files with 2 additions and 2 deletions

View File

@@ -157,7 +157,7 @@ const ForgotPasswordPage = (props) => {
)}
<p className="mt-5.5 small text-gray-700">
{formatMessage(messages['additional.help.text'], { platformName })}
<span>
<span className="mx-1">
<Hyperlink isInline destination={`mailto:${useAppConfig().INFO_EMAIL}`}>{useAppConfig().INFO_EMAIL}</Hyperlink>
</span>
</p>

View File

@@ -74,7 +74,7 @@ const messages = defineMessages({
},
'additional.help.text': {
id: 'additional.help.text',
defaultMessage: 'For additional help, contact {platformName} support at ',
defaultMessage: 'For additional help, contact {platformName} support at',
description: 'additional help text on forgot password page',
},
'sign.in.text': {