From ec64863179dbd57b3bccba44622e8fa1fbdeaa69 Mon Sep 17 00:00:00 2001 From: mikozet Date: Mon, 19 Aug 2024 14:50:06 +0200 Subject: [PATCH] Update migration information --- locales/en.json | 3 +-- src/utils/constants.js | 1 - src/views/Dashboard.js | 10 ---------- src/views/Login.js | 10 +--------- 4 files changed, 2 insertions(+), 22 deletions(-) diff --git a/locales/en.json b/locales/en.json index 5f168a19..81955e6b 100644 --- a/locales/en.json +++ b/locales/en.json @@ -204,7 +204,7 @@ "linkSupport": "Send an email", "linkMigrationText": "Migrate Your Profile", "successWelcome": "Successfully connected to account. Welcome!", - "migrationText1": "Circles Garden profile data is being migrated. You can read about this here:", + "migrationText1": "Circles Garden profile data is being migrated.", "migrationText2": "Please login and visit the Migrate Your Profile page to confirm your preference", "migrationText3": "Please visit the Migrate Your Profile page to confirm your preference" }, @@ -213,7 +213,6 @@ "body1": "If you accept the migration of your user profile, this will mean that your data will be transferred to the new Circles team (Gnosis Chain).", "body2": "At the end of the migration period, all the data that is not transferred will be deleted from current databases.", "body3": "Your wallet, seed phrase, and CRC will not be deleted regardless of your choice and you will still be able to access to your wallet via circles.garden.", - "body4": "You can read about this here:", "labelForm": "Do you consent to the migration of your profile data to the new Circles team?", "option1": "Yes", "option2": "no", diff --git a/src/utils/constants.js b/src/utils/constants.js index ad74b540..f92d65fb 100644 --- a/src/utils/constants.js +++ b/src/utils/constants.js @@ -17,7 +17,6 @@ export const PRIVACY_LEGAL_URL = 'https://joincircles.net/privacy-policy'; export const TELEGRAM_URL = 'https://t.me/about_circles'; export const TERMS_URL = 'https://joincircles.net/terms'; export const TWITTER_URL = 'https://twitter.com/aboutcircles'; -export const MIGRATION_INFO_URL = 'https://bit.ly/3W1il2M'; export const SAFE_LAST_VERSION = '1.3.0'; export const SAFE_CRC_VERSION = '1.1.1'; diff --git a/src/views/Dashboard.js b/src/views/Dashboard.js index 56cf1a1e..8762434a 100644 --- a/src/views/Dashboard.js +++ b/src/views/Dashboard.js @@ -15,7 +15,6 @@ import BackgroundCurved from '~/components/BackgroundCurved'; import BalanceDisplay from '~/components/BalanceDisplay'; import ButtonDouble from '~/components/ButtonDouble'; import Drawer from '~/components/Drawer'; -import ExternalLink from '~/components/ExternalLink'; import Header from '~/components/Header'; import LastInteractions from '~/components/LastInteractions'; import Navigation from '~/components/Navigation'; @@ -28,7 +27,6 @@ import { checkPendingActivities, } from '~/store/activity/actions'; import { IconMenu } from '~/styles/icons'; -import { MIGRATION_INFO_URL } from '~/utils/constants'; const transitionMixin = ({ transitions }) => ({ transition: transitions.create(['transform'], { @@ -171,14 +169,6 @@ const Dashboard = () => { {translate('Login.migrationText1')} -

- - {MIGRATION_INFO_URL} -
{ {translate('Login.migrationText1')} -

- - {MIGRATION_INFO_URL} -
{translate('Login.migrationText2')}