Tweak cross-signing copy
This makes some Design-approved copy tweaks to the recent cross-signing flow changes.
This commit is contained in:
parent
356e4bc6fc
commit
fd59a66523
10 changed files with 44 additions and 36 deletions
|
@ -52,7 +52,7 @@ const EncryptionInfo: React.FC<IProps> = ({
|
|||
let text: string;
|
||||
if (waitingForOtherParty) {
|
||||
if (isSelfVerification) {
|
||||
text = _t("Waiting for you to accept on your other session…");
|
||||
text = _t("Accept on your other login…");
|
||||
} else {
|
||||
text = _t("Waiting for %(displayName)s to accept…", {
|
||||
displayName: member.displayName || member.name || member.userId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue