mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
delint
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
e8834930f9
commit
8186f1be2e
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ export default class DeviceVerifyDialog extends React.Component {
|
|||
let text;
|
||||
if (MatrixClientPeg.get().getUserId() === this.props.userId) {
|
||||
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 {
|
||||
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 " +
|
||||
|
|
Loading…
Reference in a new issue