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> <AuthPage>
<AuthHeader /> <AuthHeader />
<AuthBody> <AuthBody>
<h2> { _t('Set a new password') } </h2>
{resetPasswordJsx} {resetPasswordJsx}
</AuthBody> </AuthBody>
</AuthPage> </AuthPage>

View File

@ -1317,6 +1317,7 @@
"Confirm your new password": "Confirm your new password", "Confirm your new password": "Confirm your new password",
"Send Reset Email": "Send Reset Email", "Send Reset Email": "Send Reset Email",
"Sign in instead": "Sign in instead", "Sign in instead": "Sign in instead",
"Set a new password": "Set a new password",
"Invalid homeserver discovery response": "Invalid homeserver discovery response", "Invalid homeserver discovery response": "Invalid homeserver discovery response",
"Invalid identity server discovery response": "Invalid identity server discovery response", "Invalid identity server discovery response": "Invalid identity server discovery response",
"General failure": "General failure", "General failure": "General failure",