From 2aa7222dce17d56eeb1c2a6bb02daceeba260ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louise=20Linn=C3=A9?= Date: Fri, 27 Oct 2023 16:27:27 +0200 Subject: [PATCH] Update deletion modal content and FAQ link --- locales/en.json | 2 +- src/components/ButtonDeleteProfile.js | 4 ++-- src/utils/constants.js | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/locales/en.json b/locales/en.json index 108e0c3e..dbb8df40 100644 --- a/locales/en.json +++ b/locales/en.json @@ -348,7 +348,7 @@ "titleText": "Are you sure you want to delete your profile data?", "bodyText": "This action will delete your profile picture, username and email from our databases.", "bodyText2": "However, this action will not delete historical transaction data or trust interactions.", - "bodyText3": "After deletion you can chose to end session through Settings. You may still recover your account in the future by using your magic words. If you do not log in within 90 days, your UBI payouts will be stopped forever.", + "bodyText3": "After deletion you can chose to end session through Settings. If you do not log in within 90 days, your UBI payouts will be stopped forever.", "bodyText4": "Please note that data deletion will not happen across wallets. You will have to do profile data deletion your personal wallet and any shared wallets separately before ending session.", "btnText": "Delete Profile Data", "confirmationDelete": "Delete", diff --git a/src/components/ButtonDeleteProfile.js b/src/components/ButtonDeleteProfile.js index 4803b0b0..53b16d69 100644 --- a/src/components/ButtonDeleteProfile.js +++ b/src/components/ButtonDeleteProfile.js @@ -13,7 +13,7 @@ import ExternalLink from '~/components/ExternalLink'; import core from '~/services/core'; import translate from '~/services/locale'; import notify, { NotificationsTypes } from '~/store/notifications/actions'; -import { FAQ_URL } from '~/utils/constants'; +import { FAQ_URL_DELETION } from '~/utils/constants'; import logError from '~/utils/debug'; const useStyles = makeStyles(() => ({ @@ -87,7 +87,7 @@ const ButtonDeleteProfile = ({ isOutline, isText }) => { {translate('ButtonDeleteProfile.bodyText4')} - +