You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
fix unhelpful 'Review...' toast wording
This commit is contained in:
@@ -39,7 +39,7 @@ export const showToast = (deviceIds: Set<string>) => {
|
|||||||
|
|
||||||
ToastStore.sharedInstance().addOrReplaceToast({
|
ToastStore.sharedInstance().addOrReplaceToast({
|
||||||
key: TOAST_KEY,
|
key: TOAST_KEY,
|
||||||
title: _t("Review where you’re logged in"),
|
title: _t("You have unverified logins"),
|
||||||
icon: "verification_warning",
|
icon: "verification_warning",
|
||||||
props: {
|
props: {
|
||||||
description: _t("Verify all your sessions to ensure your account & messages are safe"),
|
description: _t("Verify all your sessions to ensure your account & messages are safe"),
|
||||||
|
|||||||
Reference in New Issue
Block a user