mirror of https://github.com/vector-im/riot-web
don't tell users to verify themselves in person
parent
f787bde80a
commit
e58b59c26e
|
@ -117,7 +117,9 @@ export default class VerificationShowSas extends React.Component {
|
||||||
return <div className="mx_VerificationShowSas">
|
return <div className="mx_VerificationShowSas">
|
||||||
<p>{sasCaption}</p>
|
<p>{sasCaption}</p>
|
||||||
{sasDisplay}
|
{sasDisplay}
|
||||||
<p>{_t("To be secure, do this in person or use a trusted way to communicate.")}</p>
|
<p>{this.props.isSelf ?
|
||||||
|
"":
|
||||||
|
_t("To be secure, do this in person or use a trusted way to communicate.")}</p>
|
||||||
{confirm}
|
{confirm}
|
||||||
</div>;
|
</div>;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue