mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
shorten verify button label
This commit is contained in:
parent
1629b7e62a
commit
14b828ecc6
@ -152,7 +152,7 @@ export default class SetupEncryptionBody extends React.Component {
|
||||
let verifyButton;
|
||||
if (store.hasDevicesToVerifyAgainst) {
|
||||
verifyButton = <AccessibleButton kind="primary" onClick={this._onVerifyClick}>
|
||||
{ _t("Verify against another session") }
|
||||
{ _t("Verify with another session") }
|
||||
</AccessibleButton>;
|
||||
}
|
||||
|
||||
|
||||
@ -2714,7 +2714,7 @@
|
||||
"Decide where your account is hosted": "Decide where your account is hosted",
|
||||
"Use Security Key or Phrase": "Use Security Key or Phrase",
|
||||
"Use Security Key": "Use Security Key",
|
||||
"Verify against another session": "Verify against another session",
|
||||
"Verify with another session": "Verify with another session",
|
||||
"Verify this login to access your encrypted messages and prove to others that this login is really you.": "Verify this login to access your encrypted messages and prove to others that this login is really you.",
|
||||
"Your new session is now verified. It has access to your encrypted messages, and other users will see it as trusted.": "Your new session is now verified. It has access to your encrypted messages, and other users will see it as trusted.",
|
||||
"Your new session is now verified. Other users will see it as trusted.": "Your new session is now verified. Other users will see it as trusted.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user