Slightly refine error message

pull/21833/head
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) { 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."),
}); });
} }
} }

View File

@ -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."
} }