Add header text to forgot password

pull/21833/head
J. Ryan Stinnett 2019-01-23 15:03:43 -06:00
parent 8241f09b12
commit df76a312c2
2 changed files with 2 additions and 0 deletions

View File

@ -269,6 +269,7 @@ module.exports = React.createClass({
<AuthPage>
<AuthHeader />
<AuthBody>
<h2> { _t('Set a new password') } </h2>
{resetPasswordJsx}
</AuthBody>
</AuthPage>

View File

@ -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",