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) {
|
if (!success) {
|
||||||
Modal.createTrackedDialog("Unable to copy room", "", ErrorDialog, {
|
Modal.createTrackedDialog("Unable to copy room", "", ErrorDialog, {
|
||||||
title: _t("Unable to copy room"),
|
title: _t("Unable to copy room"),
|
||||||
description: _t("Unable to copy room"),
|
description: _t("Unable to copy the room to the clipboard."),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3044,5 +3044,6 @@
|
||||||
"Space": "Space",
|
"Space": "Space",
|
||||||
"End": "End",
|
"End": "End",
|
||||||
"[number]": "[number]",
|
"[number]": "[number]",
|
||||||
"Unable to copy room": "Unable to copy room"
|
"Unable to copy room": "Unable to copy room",
|
||||||
|
"Unable to copy the room to the clipboard.": "Unable to copy the room to the clipboard."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue