You've already forked matrix-react-sdk
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:
@@ -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."
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user