mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Add footer text to registration form
This commit is contained in:
parent
61a3ddb4e3
commit
f05ddcacf0
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -1206,6 +1206,7 @@
|
|||
"Email (optional)": "Email (optional)",
|
||||
"Phone (optional)": "Phone (optional)",
|
||||
"Confirm": "Confirm",
|
||||
"Use an email address to receover your account. Other users can invite you to rooms using your contact details.": "Use an email address to receover your account. Other users can invite you to rooms using your contact details.",
|
||||
"Other servers": "Other servers",
|
||||
"Enter custom server URLs <a>What does this mean?</a>": "Enter custom server URLs <a>What does this mean?</a>",
|
||||
"Homeserver URL": "Homeserver URL",
|
||||
|
|
Loading…
Reference in a new issue