mirror of https://github.com/vector-im/riot-web
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>pull/21833/head
parent
23295718e3
commit
1fa4c40db9
|
@ -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>;
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue