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:
committed by
Adolfo R. Brandes
parent
c31c397c61
commit
7bfb5d16d0
@@ -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>
|
||||
|
||||
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user