From edff2b3d55bf8b8373fc228e63e23ff8d6252e30 Mon Sep 17 00:00:00 2001 From: Devan Non Date: Tue, 30 Apr 2024 21:07:43 +0200 Subject: [PATCH] rename Magic Link to Smart Link --- src/components/transactions/SignTxButton/index.tsx | 6 +++--- .../transactions/TxDetails/TxData/DecodedData/index.tsx | 2 +- src/components/transactions/TxShareLink/index.tsx | 2 +- src/hooks/useMagicLink.ts | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/transactions/SignTxButton/index.tsx b/src/components/transactions/SignTxButton/index.tsx index 87b4abba..b3e114e5 100644 --- a/src/components/transactions/SignTxButton/index.tsx +++ b/src/components/transactions/SignTxButton/index.tsx @@ -20,7 +20,7 @@ import { AppRoutes } from '@/config/routes' import { OnboardingTooltip } from '@/components/common/OnboardingTooltip' const LS_MAGICLINK_ONBOARDING = 'magiclink_onboarding' -const INITIAL_TOOLTIP_TEXT = 'Copy Magic Link' +const INITIAL_TOOLTIP_TEXT = 'Copy Smart Link' const SignTxButton = ({ txSummary, @@ -119,7 +119,7 @@ ${fullLink} placement="top" text={ <> - Eternal Safe relies on magic links to share transaction details. + Eternal Safe relies on smart links to share transaction details.
These links are unique to each transaction and should be shared with other signers in order to collect signatures and share full transaction details. @@ -131,7 +131,7 @@ ${fullLink} onClose={() => setShowMagicTooltip(false)} > )} diff --git a/src/components/transactions/TxDetails/TxData/DecodedData/index.tsx b/src/components/transactions/TxDetails/TxData/DecodedData/index.tsx index 3008f29d..24d063ff 100644 --- a/src/components/transactions/TxDetails/TxData/DecodedData/index.tsx +++ b/src/components/transactions/TxDetails/TxData/DecodedData/index.tsx @@ -16,7 +16,7 @@ export const DecodedData = ({ txData, txInfo }: Props): ReactElement | null => { if (!txData) { return ( - Full details for this transaction must be recovered through the magic link or data export from another signer. + Full details for this transaction must be recovered through the smart link or data export from another signer. ) } diff --git a/src/components/transactions/TxShareLink/index.tsx b/src/components/transactions/TxShareLink/index.tsx index eff73472..f6cc4792 100644 --- a/src/components/transactions/TxShareLink/index.tsx +++ b/src/components/transactions/TxShareLink/index.tsx @@ -32,7 +32,7 @@ const TxShareLink = ({ safeTx }: { safeTx: SafeTransaction }): ReactElement => { } return ( - +