From d18d622bd0ad0ddabeabc229bfdf894329d9aede Mon Sep 17 00:00:00 2001 From: katspaugh Date: Tue, 26 Sep 2023 09:01:01 +0200 Subject: [PATCH] Text edits --- .../common/PairingDetails/PairingDeprecationWarning.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/common/PairingDetails/PairingDeprecationWarning.tsx b/src/components/common/PairingDetails/PairingDeprecationWarning.tsx index 275d003bce..dd720461e0 100644 --- a/src/components/common/PairingDetails/PairingDeprecationWarning.tsx +++ b/src/components/common/PairingDetails/PairingDeprecationWarning.tsx @@ -3,8 +3,8 @@ import { Alert } from '@mui/material' const PairingDeprecationWarning = (): React.ReactElement => { return ( - We're sorry to share that the Safe mobile pairing feature will be discontinued on 15th November 2023. - Please plan a migration to a different wallet as soon as possible. + The {'Safe{Wallet}'} web-mobile pairing feature will be discontinued from 15th November 2023. Please migrate to a + different signer wallet before this date. ) }