summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2016-11-17 15:07:16 +0100
committerChristopher Speller <crspeller@gmail.com>2016-11-17 09:07:16 -0500
commit3d2249edfcd5e8596bea2b741c28bcd28d6f8137 (patch)
tree824ca5b55df17625718774d9508f0184b92ad19a /webapp/components
parent6dde2d268a9c3224af481e84b7f440a4dfa92bfb (diff)
downloadchat-3d2249edfcd5e8596bea2b741c28bcd28d6f8137.tar.gz
chat-3d2249edfcd5e8596bea2b741c28bcd28d6f8137.tar.bz2
chat-3d2249edfcd5e8596bea2b741c28bcd28d6f8137.zip
PLT-4524 Update password reset page (#4522)
* Implement PLT-4524 Update password reset page * fix lints * changes based on review * update per request/review * update tests * add css for alert-success * change per request
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/password_reset_send_link.jsx6
1 files changed, 3 insertions, 3 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>
)