1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-20 16:22:28 +03:00
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

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}