diff --git a/src/components/views/verification/VerificationShowSas.tsx b/src/components/views/verification/VerificationShowSas.tsx index d2d53164d3..2292aad090 100644 --- a/src/components/views/verification/VerificationShowSas.tsx +++ b/src/components/views/verification/VerificationShowSas.tsx @@ -165,12 +165,12 @@ export default class VerificationShowSas extends React.Component } else { confirm = (
- - {_t("encryption|verification|sas_no_match")} - {_t("encryption|verification|sas_match")} + + {_t("encryption|verification|sas_no_match")} +
); }