1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

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."),
});
});
};