mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-18 19:01:55 +02:00
Rearrange copy
This commit is contained in:
parent
6a916757df
commit
db8cd68d8b
@ -1103,7 +1103,7 @@ export default class InviteDialog extends React.PureComponent {
|
|||||||
|
|
||||||
if (identityServersEnabled) {
|
if (identityServersEnabled) {
|
||||||
helpText = _t(
|
helpText = _t(
|
||||||
"Start a conversation with someone using their name, username (like <userId/>) or email address.",
|
"Start a conversation with someone using their name, email address or username (like <userId/>).",
|
||||||
{},
|
{},
|
||||||
{userId: () => {
|
{userId: () => {
|
||||||
return (
|
return (
|
||||||
@ -1158,7 +1158,7 @@ export default class InviteDialog extends React.PureComponent {
|
|||||||
|
|
||||||
if (identityServersEnabled) {
|
if (identityServersEnabled) {
|
||||||
helpText = _t(
|
helpText = _t(
|
||||||
"Invite someone using their name, username (like <userId/>), email address or " +
|
"Invite someone using their name, email address, username (like <userId/>) or " +
|
||||||
"<a>share this room</a>.",
|
"<a>share this room</a>.",
|
||||||
{},
|
{},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user