shorten verify button label

This commit is contained in:
Matthew Hodgson 2021-03-08 17:58:30 +00:00
parent 1629b7e62a
commit 14b828ecc6
2 changed files with 2 additions and 2 deletions

View file

@ -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>;
}