Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 1fa4c40

Browse files
Remove redundant text in verification dialogs (#6993)
* Remove redundant text Signed-off-by: Rafael Goncalves <[email protected]> * Run yarn i18n Signed-off-by: Rafael Goncalves <[email protected]>
1 parent 2329571 commit 1fa4c40

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/components/views/right_panel/VerificationPanel.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ export default class VerificationPanel extends React.PureComponent<IProps, IStat
252252

253253
return (
254254
<div className="mx_UserInfo_container mx_VerificationPanel_verified_section">
255-
<h3>{ _t("Verified") }</h3>
256255
<p>{ description }</p>
257256
<E2EIcon isUser={true} status={E2EState.Verified} size={128} hideTooltip={true} />
258257
{ text ? <p>{ text }</p> : null }
@@ -325,7 +324,6 @@ export default class VerificationPanel extends React.PureComponent<IProps, IStat
325324
isSelf={request.isSelfVerification}
326325
/> : <Spinner />;
327326
return <div className="mx_UserInfo_container">
328-
<h3>{ _t("Compare emoji") }</h3>
329327
{ emojis }
330328
</div>;
331329
}

src/i18n/strings/en_EN.json

-2
Original file line numberDiff line numberDiff line change
@@ -1931,7 +1931,6 @@
19311931
"You've successfully verified your device!": "You've successfully verified your device!",
19321932
"You've successfully verified %(deviceName)s (%(deviceId)s)!": "You've successfully verified %(deviceName)s (%(deviceId)s)!",
19331933
"You've successfully verified %(displayName)s!": "You've successfully verified %(displayName)s!",
1934-
"Verified": "Verified",
19351934
"Got it": "Got it",
19361935
"Start verification again from the notification.": "Start verification again from the notification.",
19371936
"Start verification again from their profile.": "Start verification again from their profile.",
@@ -1940,7 +1939,6 @@
19401939
"%(displayName)s cancelled verification.": "%(displayName)s cancelled verification.",
19411940
"You cancelled verification.": "You cancelled verification.",
19421941
"Verification cancelled": "Verification cancelled",
1943-
"Compare emoji": "Compare emoji",
19441942
"Call declined": "Call declined",
19451943
"Call back": "Call back",
19461944
"No answer": "No answer",

0 commit comments

Comments
 (0)