Update failed invites copy

This commit is contained in:
Germain Souquet 2021-03-25 10:11:52 +00:00
parent d836ca19d8
commit 510f08e9f1
3 changed files with 3 additions and 3 deletions

View file

@ -673,7 +673,7 @@ export default class InviteDialog extends React.PureComponent<IInviteDialogProps
console.error(err);
this.setState({
busy: false,
errorText: _t("We couldn't create your DM. Please check the users you want to invite and try again."),
errorText: _t("We couldn't create your DM."),
});
});
};