diff --git a/src/components/structures/auth/ForgotPassword.js b/src/components/structures/auth/ForgotPassword.js index 56f43b9ffa..1e8d223bdb 100644 --- a/src/components/structures/auth/ForgotPassword.js +++ b/src/components/structures/auth/ForgotPassword.js @@ -226,45 +226,41 @@ module.exports = React.createClass({ errorText =
{ err }
; } - resetPasswordJsx = ( -
-

- { _t('To reset your password, enter the email address linked to your account') }: -

-
-
-
- -
-
- - -
- -
- { serverConfigSection } - { errorText } - - { _t('Sign in instead') } - -
-
- ); + resetPasswordJsx =
+
+
+ +
+
+ + +
+ {_t( + 'A verification email will be sent to your inbox to confirm ' + + 'setting your new password.', + )} + +
+ {serverConfigSection} + {errorText} + + {_t('Sign in instead')} + +
; } - return ( diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 02c29778bb..1c607be0d7 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -1379,7 +1379,7 @@ "Your password has been reset": "Your password has been reset", "You have been logged out of all devices and will no longer receive push notifications. To re-enable notifications, sign in again on each device": "You have been logged out of all devices and will no longer receive push notifications. To re-enable notifications, sign in again on each device", "Return to login screen": "Return to login screen", - "To reset your password, enter the email address linked to your account": "To reset your password, enter the email address linked to your account", + "A verification email will be sent to your inbox to confirm setting your new password.": "A verification email will be sent to your inbox to confirm setting your new password.", "Send Reset Email": "Send Reset Email", "Sign in instead": "Sign in instead", "Set a new password": "Set a new password",