From a549c42022eb8cf4acb1f3ba129ab2755b046304 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 29 Jan 2020 12:10:50 +0000 Subject: [PATCH] Update copy for right panel verification Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/components/views/dialogs/DeviceVerifyDialog.js | 5 +---- src/components/views/right_panel/EncryptionInfo.js | 2 +- src/components/views/verification/VerificationShowSas.js | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/components/views/dialogs/DeviceVerifyDialog.js b/src/components/views/dialogs/DeviceVerifyDialog.js index 67e1649bb9..4340082c3a 100644 --- a/src/components/views/dialogs/DeviceVerifyDialog.js +++ b/src/components/views/dialogs/DeviceVerifyDialog.js @@ -194,10 +194,7 @@ export default class DeviceVerifyDialog extends React.Component { { _t("Verify by comparing a short text string.") }
- {_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.")}
{_t("For extra security, verify this user by checking a one-time code on both of your devices.")}
-{_t("For maximum security, do this in person.")}
+{_t("To be secure, do this in person or use another way to communicate.")}
{ content }{sasCaption}
-{_t("For ultimate security, do this in person or use another way to communicate.")}
+{_t("To be secure, do this in person or use another way to communicate.")}
{sasDisplay} {confirm}