diff --git a/src/components/views/verification/VerificationShowSas.js b/src/components/views/verification/VerificationShowSas.js index 25f174fb30..4d3c962385 100644 --- a/src/components/views/verification/VerificationShowSas.js +++ b/src/components/views/verification/VerificationShowSas.js @@ -117,7 +117,9 @@ export default class VerificationShowSas extends React.Component { return

{sasCaption}

{sasDisplay} -

{_t("To be secure, do this in person or use a trusted way to communicate.")}

+

{this.props.isSelf ? + "": + _t("To be secure, do this in person or use a trusted way to communicate.")}

{confirm}
; }