diff --git a/src/components/views/verification/VerificationShowSas.js b/src/components/views/verification/VerificationShowSas.js index 5fd0dca267..0a8947f2c2 100644 --- a/src/components/views/verification/VerificationShowSas.js +++ b/src/components/views/verification/VerificationShowSas.js @@ -132,12 +132,12 @@ export default class VerificationShowSas extends React.Component { />; } else { confirm = - - { _t("They match") } - { _t("They don't match") } + + { _t("They match") } + ; }