This commit is contained in:
Michael Telatynski 2020-09-16 14:54:30 +01:00
parent d3c84e25f5
commit 1c44f15d2d
2 changed files with 7 additions and 5 deletions

View file

@ -1098,9 +1098,9 @@ export default class InviteDialog extends React.PureComponent {
if (identityServersEnabled) {
helpText = _t(
"Start a conversation with someone using their name, username (like <userId/>) or email address.",
{},
{userId: () => {
"Start a conversation with someone using their name, username (like <userId/>) or email address.",
{},
{userId: () => {
return (
<a href={makeUserPermalink(userId)} rel="noreferrer noopener" target="_blank">{userId}</a>
);