Co-Authored-By: dbkr <dbkr@users.noreply.github.com>
pull/21833/head
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
1 changed files with 1 additions and 1 deletions

View File

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