Merge pull request #4529 from matrix-org/dbkr/toast_copy_update_again

Update toast copy again
This commit is contained in:
David Baker 2020-04-30 10:01:16 +01:00 committed by GitHub
commit 0eb39d8756
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -45,7 +45,7 @@ export default class BulkUnverifiedSessionsToast extends React.PureComponent {
render() {
return (<div>
<div className="mx_Toast_description">
{_t("Unverified sessions currently have access to your account & messages")}
{_t("Verify all your sessions to ensure your account & messages are safe")}
</div>
<div className="mx_Toast_buttons" aria-live="off">
<FormButton label={_t("Later")} kind="danger" onClick={this._onLaterClick} />

View file

@ -51,7 +51,7 @@ export default class UnverifiedSessionToast extends React.PureComponent {
render() {
return (<div>
<div className="mx_Toast_description">
{_t("Verify the identity of the new login accessing your account & messages")}
{_t("Verify the new login accessing your account & messages")}
</div>
<div className="mx_Toast_buttons" aria-live="off">
<FormButton label={_t("Later")} kind="danger" onClick={this._onLaterClick} />