1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Slightly refine error message

This commit is contained in:
James Salter
2021-07-14 15:07:22 +01:00
parent 7f70b982cd
commit 2fe5ad5d4b
2 changed files with 3 additions and 2 deletions

View File

@@ -1204,7 +1204,7 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
if (!success) {
Modal.createTrackedDialog("Unable to copy room", "", ErrorDialog, {
title: _t("Unable to copy room"),
description: _t("Unable to copy room"),
description: _t("Unable to copy the room to the clipboard."),
});
}
}