This commit is contained in:
Travis Ralston 2020-01-23 17:22:39 -07:00
parent d3960b8c54
commit b5f22001b1
2 changed files with 2 additions and 2 deletions

View file

@ -985,7 +985,7 @@ export default class InviteDialog extends React.PureComponent {
title = _t("Direct Messages");
helpText = _t(
"If you can't find someone, ask them for their username, or share your " +
"If you can't find someone, ask them for their username, share your " +
"username (%(userId)s) or <a>profile link</a>.",
{userId},
{a: (sub) => <a href={makeUserPermalink(userId)} rel="noopener" target="_blank">{sub}</a>},