mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
fix unhelpful 'Review...' toast wording
This commit is contained in:
parent
d477f964d2
commit
c73097a5b0
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ export const showToast = (deviceIds: Set<string>) => {
|
|||
|
||||
ToastStore.sharedInstance().addOrReplaceToast({
|
||||
key: TOAST_KEY,
|
||||
title: _t("Review where you’re logged in"),
|
||||
title: _t("You have unverified logins"),
|
||||
icon: "verification_warning",
|
||||
props: {
|
||||
description: _t("Verify all your sessions to ensure your account & messages are safe"),
|
||||
|
|
Loading…
Reference in a new issue