Remove redundant text in verification dialogs (#6993)
* Remove redundant text Signed-off-by: Rafael Goncalves <rafaelgoncalves@riseup.net> * Run yarn i18n Signed-off-by: Rafael Goncalves <rafaelgoncalves@riseup.net>
This commit is contained in:
parent
23295718e3
commit
1fa4c40db9
2 changed files with 0 additions and 4 deletions
|
@ -252,7 +252,6 @@ export default class VerificationPanel extends React.PureComponent<IProps, IStat
|
|||
|
||||
return (
|
||||
<div className="mx_UserInfo_container mx_VerificationPanel_verified_section">
|
||||
<h3>{ _t("Verified") }</h3>
|
||||
<p>{ description }</p>
|
||||
<E2EIcon isUser={true} status={E2EState.Verified} size={128} hideTooltip={true} />
|
||||
{ text ? <p>{ text }</p> : null }
|
||||
|
@ -325,7 +324,6 @@ export default class VerificationPanel extends React.PureComponent<IProps, IStat
|
|||
isSelf={request.isSelfVerification}
|
||||
/> : <Spinner />;
|
||||
return <div className="mx_UserInfo_container">
|
||||
<h3>{ _t("Compare emoji") }</h3>
|
||||
{ emojis }
|
||||
</div>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue