mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Fix typo on registration
This commit is contained in:
parent
786e725f5f
commit
6905e3e54c
2 changed files with 2 additions and 2 deletions
|
@ -379,7 +379,7 @@ module.exports = React.createClass({
|
||||||
{ phoneSection }
|
{ phoneSection }
|
||||||
</div>
|
</div>
|
||||||
{_t(
|
{_t(
|
||||||
"Use an email address to receover your account. Other users " +
|
"Use an email address to recover your account. Other users " +
|
||||||
"can invite you to rooms using your contact details.",
|
"can invite you to rooms using your contact details.",
|
||||||
)}
|
)}
|
||||||
{ registerButton }
|
{ registerButton }
|
||||||
|
|
|
@ -1215,7 +1215,7 @@
|
||||||
"Email (optional)": "Email (optional)",
|
"Email (optional)": "Email (optional)",
|
||||||
"Phone (optional)": "Phone (optional)",
|
"Phone (optional)": "Phone (optional)",
|
||||||
"Confirm": "Confirm",
|
"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.",
|
"Use an email address to recover your account. Other users can invite you to rooms using your contact details.": "Use an email address to recover your account. Other users can invite you to rooms using your contact details.",
|
||||||
"Other servers": "Other servers",
|
"Other servers": "Other servers",
|
||||||
"Enter custom server URLs <a>What does this mean?</a>": "Enter custom server URLs <a>What does this mean?</a>",
|
"Enter custom server URLs <a>What does this mean?</a>": "Enter custom server URLs <a>What does this mean?</a>",
|
||||||
"Homeserver URL": "Homeserver URL",
|
"Homeserver URL": "Homeserver URL",
|
||||||
|
|
Loading…
Reference in a new issue