fix: add missing space symbol to the 'additional.help.text' field (#1521)

This commit is contained in:
bydawen
2026-02-27 15:35:43 +02:00
committed by GitHub
parent bbccd79785
commit 4cb79223b2
2 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,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:${getConfig().INFO_EMAIL}`}>{getConfig().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': {