mirror of https://github.com/vector-im/riot-web
Add header text to forgot password
parent
8241f09b12
commit
df76a312c2
|
@ -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>
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue