You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-25 17:02:04 +03:00
@ -245,7 +245,7 @@ export default class DeviceVerifyDialog extends React.Component {
|
|||||||
let text;
|
let text;
|
||||||
if (MatrixClientPeg.get().getUserId() === this.props.userId) {
|
if (MatrixClientPeg.get().getUserId() === this.props.userId) {
|
||||||
text = _t("To verify that this device can be trusted, please check that the key you see " +
|
text = _t("To verify that this device can be trusted, please check that the key you see " +
|
||||||
"in User Settings on that device matches the key below:")
|
"in User Settings on that device matches the key below:");
|
||||||
} else {
|
} else {
|
||||||
text = _t("To verify that this device can be trusted, please contact its owner using some other " +
|
text = _t("To verify that this device can be trusted, please contact its owner using some other " +
|
||||||
"means (e.g. in person or a phone call) and ask them whether the key they see in their User Settings " +
|
"means (e.g. in person or a phone call) and ask them whether the key they see in their User Settings " +
|
||||||
|
Reference in New Issue
Block a user