Skip to content

Commit 2f6e97e

Browse files
bydawenihor-romaniuk
authored andcommitted
fix: add missing space symbol to the 'additional.help.text' field
1 parent 3aa2422 commit 2f6e97e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/forgot-password/ForgotPasswordPage.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ const ForgotPasswordPage = (props) => {
153153
)}
154154
<p className="mt-5.5 small text-gray-700">
155155
{formatMessage(messages['additional.help.text'], { platformName })}
156+
&nbsp;
156157
<span>
157158
<Hyperlink isInline destination={`mailto:${getConfig().INFO_EMAIL}`}>{getConfig().INFO_EMAIL}</Hyperlink>
158159
</span>

src/forgot-password/messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const messages = defineMessages({
7474
},
7575
'additional.help.text': {
7676
id: 'additional.help.text',
77-
defaultMessage: 'For additional help, contact {platformName} support at ',
77+
defaultMessage: 'For additional help, contact {platformName} support at',
7878
description: 'additional help text on forgot password page',
7979
},
8080
'sign.in.text': {

0 commit comments

Comments
 (0)