From 7f05f15f18c8dd43a7c848f5e74bfd3984e480cb Mon Sep 17 00:00:00 2001 From: Amine Harty Date: Mon, 29 Jul 2024 14:18:06 +0200 Subject: [PATCH] fix: fix warning message after domain modification or transfer (#218) * fix: fix warning message after domain modification or transfer * chore: update doc url * chore: update message --- packages/linea-ens-app/public/locales/en/common.json | 3 ++- .../TransactionDialogManager/stage/TransactionStageModal.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/linea-ens-app/public/locales/en/common.json b/packages/linea-ens-app/public/locales/en/common.json index 9767f5c25..c0eecea19 100644 --- a/packages/linea-ens-app/public/locales/en/common.json +++ b/packages/linea-ens-app/public/locales/en/common.json @@ -388,6 +388,7 @@ "refresh": "Refresh DNS" }, "warning": { - "finalization": "You will be able to use your new domain anywhere ENS is supported once the transaction is finalized on L1. This process takes 8 to 32 hours. Read more" + "finalization": "You will be able to use your new domain anywhere ENS is supported once the transaction is finalized on L1. Read more", + "finalizationAfterModification": "The changes will be effective anywhere ENS is supported once the transaction is finalized on L1. Read more" } } diff --git a/packages/linea-ens-app/src/components/@molecules/TransactionDialogManager/stage/TransactionStageModal.tsx b/packages/linea-ens-app/src/components/@molecules/TransactionDialogManager/stage/TransactionStageModal.tsx index 8d3017f39..6146fd659 100644 --- a/packages/linea-ens-app/src/components/@molecules/TransactionDialogManager/stage/TransactionStageModal.tsx +++ b/packages/linea-ens-app/src/components/@molecules/TransactionDialogManager/stage/TransactionStageModal.tsx @@ -512,7 +512,7 @@ export const TransactionStageModal = ({ {{ warning: { type: 'warning', - message: t('warning.finalization'), + message: t('warning.finalizationAfterModification'), }, trailing: <>, }}