From 22558f090de18599cdac83d8ff3d19fa6498f22a Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 10 Apr 2020 15:38:17 +0100 Subject: [PATCH] Reverse order of they match/they don't match buttons Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/components/views/verification/VerificationShowSas.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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") } + ; }