diff --git a/src/components/structures/auth/ForgotPassword.js b/src/components/structures/auth/ForgotPassword.js index 0a725808e0..8ce1a9b550 100644 --- a/src/components/structures/auth/ForgotPassword.js +++ b/src/components/structures/auth/ForgotPassword.js @@ -269,6 +269,7 @@ module.exports = React.createClass({ +

{ _t('Set a new password') }

{resetPasswordJsx}
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 3137313146..ccb45eac24 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -1317,6 +1317,7 @@ "Confirm your new password": "Confirm your new password", "Send Reset Email": "Send Reset Email", "Sign in instead": "Sign in instead", + "Set a new password": "Set a new password", "Invalid homeserver discovery response": "Invalid homeserver discovery response", "Invalid identity server discovery response": "Invalid identity server discovery response", "General failure": "General failure",