shorten verify button label
This commit is contained in:
parent
1629b7e62a
commit
14b828ecc6
2 changed files with 2 additions and 2 deletions
|
@ -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>;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue