1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-20 16:22:28 +03:00

Add footer text to registration form

This commit is contained in:
J. Ryan Stinnett
2019-01-29 17:12:39 -06:00
parent 61a3ddb4e3
commit f05ddcacf0
2 changed files with 5 additions and 0 deletions

View File

@@ -361,6 +361,10 @@ module.exports = React.createClass({
{ emailSection }
{ phoneSection }
</div>
{_t(
"Use an email address to receover your account. Other users " +
"can invite you to rooms using your contact details.",
)}
{ registerButton }
</form>
</div>