Update toast copy again
Fixes https://github.com/vector-im/riot-web/issues/13447
This commit is contained in:
parent
7af2d27ced
commit
c97eab24c7
2 changed files with 2 additions and 2 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…
Reference in a new issue