Update (bulk) unverified device toast copy
Fixes https://github.com/vector-im/riot-web/issues/13444
This commit is contained in:
parent
33390e3659
commit
691066af94
3 changed files with 5 additions and 8 deletions
|
@ -45,7 +45,7 @@ export default class BulkUnverifiedSessionsToast extends React.PureComponent {
|
|||
render() {
|
||||
return (<div>
|
||||
<div className="mx_Toast_description">
|
||||
{_t("Verify your other sessions")}
|
||||
{_t("Unverified sessions currently have access to 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