Add header text to forgot password

This commit is contained in:
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>