Slightly refine error message
This commit is contained in:
parent
7f70b982cd
commit
2fe5ad5d4b
2 changed files with 3 additions and 2 deletions
|
@ -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."),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue