Skip to content

Commit

Permalink
fix: fix warning message after domain modification or transfer (#218)
Browse files Browse the repository at this point in the history
* fix: fix warning message after domain modification or transfer

* chore: update doc url

* chore: update message
  • Loading branch information
wantedsystem authored Jul 29, 2024
1 parent 732ff3d commit 7f05f15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/linea-ens-app/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -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. <a href='https://docs.linea.build/' style='color:blue;' target='_blank'>Read more</a>"
"finalization": "You will be able to use your new domain anywhere ENS is supported once the transaction is finalized on L1. <a href='https://support.linea.build/general/ens#finalization-delay' style='color:blue;' target='_blank'>Read more</a>",
"finalizationAfterModification": "The changes will be effective anywhere ENS is supported once the transaction is finalized on L1. <a href='https://support.linea.build/general/ens#finalization-delay' style='color:blue;' target='_blank'>Read more</a>"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ export const TransactionStageModal = ({
{{
warning: {
type: 'warning',
message: t('warning.finalization'),
message: t('warning.finalizationAfterModification'),
},
trailing: <></>,
}}
Expand Down

0 comments on commit 7f05f15

Please sign in to comment.