Merge pull request #4529 from matrix-org/dbkr/toast_copy_update_again
Update toast copy again
This commit is contained in:
commit
0eb39d8756
3 changed files with 4 additions and 4 deletions
|
@ -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} />
|
||||
|
|
|
@ -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} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue