summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/password_reset_send_link.jsx6
-rw-r--r--webapp/i18n/en.json2
-rw-r--r--webapp/sass/routes/_signup.scss2
3 files changed, 5 insertions, 5 deletions
diff --git a/webapp/components/password_reset_send_link.jsx b/webapp/components/password_reset_send_link.jsx
index 18741b816..1cd532855 100644
--- a/webapp/components/password_reset_send_link.jsx
+++ b/webapp/components/password_reset_send_link.jsx
@@ -52,14 +52,14 @@ class PasswordResetSendLink extends React.Component {
<div className='reset-form alert alert-success'>
<FormattedHTMLMessage
id='password_send.link'
- defaultMessage='<p>A password reset link has been sent to <b>{email}</b></p>'
+ defaultMessage='If the account exists, a password reset email will be sent to: <br/><b>{email}</b><br/><br/>'
values={{
email
}}
/>
<FormattedMessage
- id={'password_send.checkInbox'}
- defaultMessage={'Please check your inbox.'}
+ id='password_send.checkInbox'
+ defaultMessage='Please check your inbox.'
/>
</div>
)
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index f9d91e8e0..ba2afcce8 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1558,7 +1558,7 @@
"password_send.description": "To reset your password, enter the email address you used to sign up",
"password_send.email": "Email",
"password_send.error": "Please enter a valid email address.",
- "password_send.link": "<p>A password reset link has been sent to <b>{email}</b></p>",
+ "password_send.link": "If the account exists, a password reset email will be sent to: <br/><b>{email}</b><br/><br/>",
"password_send.reset": "Reset my password",
"password_send.title": "Password Reset",
"pdf_preview.max_pages": "Download to read more pages",
diff --git a/webapp/sass/routes/_signup.scss b/webapp/sass/routes/_signup.scss
index d9aa171a9..30e80cccb 100644
--- a/webapp/sass/routes/_signup.scss
+++ b/webapp/sass/routes/_signup.scss
@@ -13,7 +13,7 @@
.signup-team__container {
margin: 0 auto;
- max-width: 380px;
+ max-width: 400px;
padding: 100px 0 50px;
position: relative;