From da5c8b5657e0a27dade6fdb8670340e9c3bc935e Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu, 16 Apr 2020 13:28:12 +0100
Subject: [PATCH] further tweaks by Matthew
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---
src/components/structures/auth/CompleteSecurity.js | 4 ++--
src/components/views/dialogs/VerificationRequestDialog.js | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/structures/auth/CompleteSecurity.js b/src/components/structures/auth/CompleteSecurity.js
index 3ef3140298..95128c0be9 100644
--- a/src/components/structures/auth/CompleteSecurity.js
+++ b/src/components/structures/auth/CompleteSecurity.js
@@ -60,7 +60,7 @@ export default class CompleteSecurity extends React.Component {
if (phase === PHASE_INTRO) {
icon = ;
- title = _t("Verify session");
+ title = _t("Verify this session");
} else if (phase === PHASE_DONE) {
icon = ;
title = _t("Session verified");
@@ -69,7 +69,7 @@ export default class CompleteSecurity extends React.Component {
title = _t("Are you sure?");
} else if (phase === PHASE_BUSY) {
icon = ;
- title = _t("Verify session");
+ title = _t("Verify this session");
} else {
throw new Error(`Unknown phase ${phase}`);
}
diff --git a/src/components/views/dialogs/VerificationRequestDialog.js b/src/components/views/dialogs/VerificationRequestDialog.js
index dcb9168bda..3a6e9a2d10 100644
--- a/src/components/views/dialogs/VerificationRequestDialog.js
+++ b/src/components/views/dialogs/VerificationRequestDialog.js
@@ -48,7 +48,7 @@ export default class VerificationRequestDialog extends React.Component {
const member = this.props.member ||
otherUserId && MatrixClientPeg.get().getUser(otherUserId);
const title = request && request.isSelfVerification ?
- _t("Verify session") : _t("Verification Request");
+ _t("Verify other session") : _t("Verification Request");
return