Tweak cross-signing copy
This makes some Design-approved copy tweaks to the recent cross-signing flow changes.
This commit is contained in:
parent
356e4bc6fc
commit
fd59a66523
10 changed files with 44 additions and 36 deletions
|
@ -1554,7 +1554,7 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
|||
} else if (request.pending) {
|
||||
ToastStore.sharedInstance().addOrReplaceToast({
|
||||
key: 'verifreq_' + request.channel.transactionId,
|
||||
title: request.isSelfVerification ? _t("Self-verification request") : _t("Verification Request"),
|
||||
title: _t("Verification requested"),
|
||||
icon: "verification",
|
||||
props: {request},
|
||||
component: sdk.getComponent("toasts.VerificationRequestToast"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue