mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
Update copy some more
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
227e6f6376
commit
957e862939
@ -194,7 +194,7 @@ export default class DeviceVerifyDialog extends React.Component {
|
|||||||
{ _t("Verify by comparing a short text string.") }
|
{ _t("Verify by comparing a short text string.") }
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{_t("To be secure, do this in person or use another way to communicate.")}
|
{_t("To be secure, do this in person or use a trusted way to communicate.")}
|
||||||
</p>
|
</p>
|
||||||
<DialogButtons
|
<DialogButtons
|
||||||
primaryButton={_t('Begin Verifying')}
|
primaryButton={_t('Begin Verifying')}
|
||||||
|
@ -56,7 +56,7 @@ const EncryptionInfo = ({pending, member, onStartVerification}) => {
|
|||||||
<h3>{_t("Verify User")}</h3>
|
<h3>{_t("Verify User")}</h3>
|
||||||
<div>
|
<div>
|
||||||
<p>{_t("For extra security, verify this user by checking a one-time code on both of your devices.")}</p>
|
<p>{_t("For extra security, verify this user by checking a one-time code on both of your devices.")}</p>
|
||||||
<p>{_t("To be secure, do this in person or use another way to communicate.")}</p>
|
<p>{_t("To be secure, do this in person or use a trusted way to communicate.")}</p>
|
||||||
{ content }
|
{ content }
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -105,7 +105,7 @@ export default class VerificationShowSas extends React.Component {
|
|||||||
|
|
||||||
return <div className="mx_VerificationShowSas">
|
return <div className="mx_VerificationShowSas">
|
||||||
<p>{sasCaption}</p>
|
<p>{sasCaption}</p>
|
||||||
<p>{_t("To be secure, do this in person or use another way to communicate.")}</p>
|
<p>{_t("To be secure, do this in person or use a trusted way to communicate.")}</p>
|
||||||
{sasDisplay}
|
{sasDisplay}
|
||||||
{confirm}
|
{confirm}
|
||||||
</div>;
|
</div>;
|
||||||
|
@ -451,7 +451,7 @@
|
|||||||
"Waiting for %(displayName)s to verify…": "Waiting for %(displayName)s to verify…",
|
"Waiting for %(displayName)s to verify…": "Waiting for %(displayName)s to verify…",
|
||||||
"They match": "They match",
|
"They match": "They match",
|
||||||
"They don't match": "They don't match",
|
"They don't match": "They don't match",
|
||||||
"To be secure, do this in person or use another way to communicate.": "To be secure, do this in person or use another way to communicate.",
|
"To be secure, do this in person or use a trusted way to communicate.": "To be secure, do this in person or use a trusted way to communicate.",
|
||||||
"Dog": "Dog",
|
"Dog": "Dog",
|
||||||
"Cat": "Cat",
|
"Cat": "Cat",
|
||||||
"Lion": "Lion",
|
"Lion": "Lion",
|
||||||
|
Loading…
Reference in New Issue
Block a user