From c97eab24c7e0c2d6c2a5b45b2d988baa29f56ede Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 29 Apr 2020 19:07:10 +0100 Subject: [PATCH] Update toast copy again Fixes https://github.com/vector-im/riot-web/issues/13447 --- src/components/views/toasts/BulkUnverifiedSessionsToast.js | 2 +- src/components/views/toasts/UnverifiedSessionToast.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/views/toasts/BulkUnverifiedSessionsToast.js b/src/components/views/toasts/BulkUnverifiedSessionsToast.js index e0be846a2b..0c40e56858 100644 --- a/src/components/views/toasts/BulkUnverifiedSessionsToast.js +++ b/src/components/views/toasts/BulkUnverifiedSessionsToast.js @@ -45,7 +45,7 @@ export default class BulkUnverifiedSessionsToast extends React.PureComponent { render() { return (
- {_t("Unverified sessions currently have access to your account & messages")} + {_t("Verify all your sessions to ensure your account & messages are safe")}
diff --git a/src/components/views/toasts/UnverifiedSessionToast.js b/src/components/views/toasts/UnverifiedSessionToast.js index f3e35e247c..afabf69178 100644 --- a/src/components/views/toasts/UnverifiedSessionToast.js +++ b/src/components/views/toasts/UnverifiedSessionToast.js @@ -51,7 +51,7 @@ export default class UnverifiedSessionToast extends React.PureComponent { render() { return (
- {_t("Verify the identity of the new login accessing your account & messages")} + {_t("Verify the new login accessing your account & messages")}