mirror of https://github.com/vector-im/riot-web
Slightly refine error message
parent
7f70b982cd
commit
2fe5ad5d4b
|
@ -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."),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3044,5 +3044,6 @@
|
|||
"Space": "Space",
|
||||
"End": "End",
|
||||
"[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…
Reference in New Issue