mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 22:41:07 +02:00
Update copy for right panel verification
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
45735d5ae3
commit
a549c42022
@ -194,10 +194,7 @@ export default class DeviceVerifyDialog extends React.Component {
|
||||
{ _t("Verify by comparing a short text string.") }
|
||||
</p>
|
||||
<p>
|
||||
{_t(
|
||||
"For maximum security, we recommend you do this in person or " +
|
||||
"use another trusted means of communication.",
|
||||
)}
|
||||
{_t("To be secure, do this in person or use another way to communicate.")}
|
||||
</p>
|
||||
<DialogButtons
|
||||
primaryButton={_t('Begin Verifying')}
|
||||
|
@ -56,7 +56,7 @@ const EncryptionInfo = ({pending, member, onStartVerification}) => {
|
||||
<h3>{_t("Verify User")}</h3>
|
||||
<div>
|
||||
<p>{_t("For extra security, verify this user by checking a one-time code on both of your devices.")}</p>
|
||||
<p>{_t("For maximum security, do this in person.")}</p>
|
||||
<p>{_t("To be secure, do this in person or use another way to communicate.")}</p>
|
||||
{ content }
|
||||
</div>
|
||||
</div>
|
||||
|
@ -105,7 +105,7 @@ export default class VerificationShowSas extends React.Component {
|
||||
|
||||
return <div className="mx_VerificationShowSas">
|
||||
<p>{sasCaption}</p>
|
||||
<p>{_t("For ultimate security, do this in person or use another way to communicate.")}</p>
|
||||
<p>{_t("To be secure, do this in person or use another way to communicate.")}</p>
|
||||
{sasDisplay}
|
||||
{confirm}
|
||||
</div>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user