fix unhelpful 'Review...' toast wording

This commit is contained in:
Matthew Hodgson 2021-03-08 04:51:16 +00:00
parent d477f964d2
commit c73097a5b0

View File

@ -39,7 +39,7 @@ export const showToast = (deviceIds: Set<string>) => {
ToastStore.sharedInstance().addOrReplaceToast({
key: TOAST_KEY,
title: _t("Review where youre 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"),