Co-Authored-By: dbkr <dbkr@users.noreply.github.com>
This commit is contained in:
J. Ryan Stinnett 2019-01-25 17:30:59 +00:00 committed by GitHub
parent e3cd50da1f
commit 939f8b5591
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ export default class VerificationShowSas extends React.Component {
)}</p> )}</p>
<p>{_t( <p>{_t(
"For maximum security, we reccommend you do this in person or use another " + "For maximum security, we reccommend you do this in person or use another " +
"trusted means of communication", "trusted means of communication.",
)}</p> )}</p>
<HexVerify text={this.props.sas} <HexVerify text={this.props.sas}
onVerifiedStateChange={this._onVerifiedStateChange} onVerifiedStateChange={this._onVerifiedStateChange}