From 1fa4c40db9e0558d77fe6ff5139ad50473d62259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Gon=C3=A7alves?= <8217676+RafaelGoncalves8@users.noreply.github.com> Date: Wed, 20 Oct 2021 01:36:08 -0300 Subject: [PATCH] Remove redundant text in verification dialogs (#6993) * Remove redundant text Signed-off-by: Rafael Goncalves * Run yarn i18n Signed-off-by: Rafael Goncalves --- src/components/views/right_panel/VerificationPanel.tsx | 2 -- src/i18n/strings/en_EN.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/components/views/right_panel/VerificationPanel.tsx b/src/components/views/right_panel/VerificationPanel.tsx index eb59fbb15d..881dac33d4 100644 --- a/src/components/views/right_panel/VerificationPanel.tsx +++ b/src/components/views/right_panel/VerificationPanel.tsx @@ -252,7 +252,6 @@ export default class VerificationPanel extends React.PureComponent -

{ _t("Verified") }

{ description }

{ text ?

{ text }

: null } @@ -325,7 +324,6 @@ export default class VerificationPanel extends React.PureComponent : ; return
-

{ _t("Compare emoji") }

{ emojis }
; } diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index cfe8726325..51fd51316a 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -1931,7 +1931,6 @@ "You've successfully verified your device!": "You've successfully verified your device!", "You've successfully verified %(deviceName)s (%(deviceId)s)!": "You've successfully verified %(deviceName)s (%(deviceId)s)!", "You've successfully verified %(displayName)s!": "You've successfully verified %(displayName)s!", - "Verified": "Verified", "Got it": "Got it", "Start verification again from the notification.": "Start verification again from the notification.", "Start verification again from their profile.": "Start verification again from their profile.", @@ -1940,7 +1939,6 @@ "%(displayName)s cancelled verification.": "%(displayName)s cancelled verification.", "You cancelled verification.": "You cancelled verification.", "Verification cancelled": "Verification cancelled", - "Compare emoji": "Compare emoji", "Call declined": "Call declined", "Call back": "Call back", "No answer": "No answer",