Fix copy
This commit is contained in:
parent
d3960b8c54
commit
b5f22001b1
2 changed files with 2 additions and 2 deletions
|
@ -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>},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue