Consistently use the word "device", rather than "session" or "login", in verification dialog (#7474)
This commit is contained in:
parent
b3202de814
commit
a4fda7e25d
7 changed files with 33 additions and 33 deletions
|
@ -52,7 +52,7 @@ const EncryptionInfo: React.FC<IProps> = ({
|
|||
if (waitingForOtherParty && isSelfVerification) {
|
||||
content = (
|
||||
<div>
|
||||
{ _t("To proceed, please accept the verification request on your other login.") }
|
||||
{ _t("To proceed, please accept the verification request on your other device.") }
|
||||
</div>
|
||||
);
|
||||
} else if (waitingForOtherParty || waitingForNetwork) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue