Rearrange copy

pull/21833/head
Michael Telatynski 2020-11-03 12:47:13 +00:00
parent 6a916757df
commit db8cd68d8b
1 changed files with 2 additions and 2 deletions

View File

@ -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>.",
{}, {},
{ {