1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

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