From a3d48ef6b5016d79fdbf0b9ab1596e2cbff319a2 Mon Sep 17 00:00:00 2001 From: Jorge Maldonado Ventura Date: Sun, 2 Nov 2025 21:31:28 +0100 Subject: [PATCH 1/3] Small text corrections (3) --- src/intl/en/glossary.json | 2 +- src/intl/en/page-layer-2.json | 2 +- src/intl/en/page-start.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/intl/en/glossary.json b/src/intl/en/glossary.json index f0af1389a38..ddb5224e5da 100644 --- a/src/intl/en/glossary.json +++ b/src/intl/en/glossary.json @@ -300,7 +300,7 @@ "receipt-term": "Receipt", "receipt-definition": "Data returned by an Ethereum client to represent the result of a particular transaction, including a hash of the transaction, its block number, the amount of gas used, and, in case of deployment of a smart contract, the address of the contract.", "recovery-phrase-term": "Seed phrase/recovery phrase", - "recovery-phrase-definition": "A list of words given to you when you create a digital wallet. It acts like a password that can help you get back into your wallet if you lose access, making sure you don't lose your digital money or tokens.", + "recovery-phrase-definition": "A list of words given to you when you create a digital wallet. It acts like a password that can help you get back into your wallet if you lose access, making sure you don't lose your digital money or tokens.", "re-entrancy-attack-term": "Re-entrancy attack", "re-entrancy-attack-definition": "An attack that consists of an attacker contract calling a victim contract function in such a way that during execution the victim calls the attacker contract again, recursively. This can result, for example, in the theft of funds by skipping parts of the victim contract that update balances or count withdrawal amounts. More on re-entrancy.", "reward-term": "Reward", diff --git a/src/intl/en/page-layer-2.json b/src/intl/en/page-layer-2.json index 80b20c16d62..d21a75ed4ba 100644 --- a/src/intl/en/page-layer-2.json +++ b/src/intl/en/page-layer-2.json @@ -5,7 +5,7 @@ "page-layer-2-hero-button-2-content": "Learn more", "page-layer-2-period": ".", "page-layer-2-calloutCard-1-title": "$0.01 fees", - "page-layer-2-calloutCard-1-description": "You can trade, send money globally, or use applications without worrying about high costs.", + "page-layer-2-calloutCard-1-description": "You can trade, send money globally, or use applications without worrying about high costs.", "page-layer-2-calloutCard-2-title": "Near instant transactions", "page-layer-2-calloutCard-2-description": "Whether you are making a quick payment or engaging in decentralized finance (DeFi), all transactions take only a few seconds.", "page-layer-2-calloutCard-3-title": "Backed by Ethereum", diff --git a/src/intl/en/page-start.json b/src/intl/en/page-start.json index 83141280742..31f45ef30d6 100644 --- a/src/intl/en/page-start.json +++ b/src/intl/en/page-start.json @@ -22,7 +22,7 @@ "page-start-connect-wallet-title": "Connect Your Wallet", "page-start-connect-wallet-description": "You can use your new wallet as a single account in all apps and projects on Ethereum. No separate accounts needed.", "page-start-connect-wallet-account-message": "This is your account", - "page-start-connect-wallet-continue": "Lets continue", + "page-start-connect-wallet-continue": "Let's continue", "page-start-connect-wallet-finance-alt": "Finance", "page-start-apps-title": "Let's Use Some Apps", "page-start-apps-description": "It's time to go onchain and benefit from the wide ecosystem of projects available to you.", From b7bd711ef3a469dda41f5c527d772435257386f3 Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Tue, 4 Nov 2025 15:53:49 -0600 Subject: [PATCH 2/3] fix: string capitalization --- src/intl/en/page-start.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intl/en/page-start.json b/src/intl/en/page-start.json index 31f45ef30d6..f9c644b9877 100644 --- a/src/intl/en/page-start.json +++ b/src/intl/en/page-start.json @@ -24,7 +24,7 @@ "page-start-connect-wallet-account-message": "This is your account", "page-start-connect-wallet-continue": "Let's continue", "page-start-connect-wallet-finance-alt": "Finance", - "page-start-apps-title": "Let's Use Some Apps", + "page-start-apps-title": "Let's use some apps", "page-start-apps-description": "It's time to go onchain and benefit from the wide ecosystem of projects available to you.", "page-start-apps-explore-more": "Explore more", "page-start-apps-go": "Go", From ed1801068963c1a484407e893a9467adc5f6d3d2 Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Tue, 4 Nov 2025 15:54:16 -0600 Subject: [PATCH 3/3] fix: hydration warning, use asChild --- src/components/StartWithEthereumFlow/ShareModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/StartWithEthereumFlow/ShareModal.tsx b/src/components/StartWithEthereumFlow/ShareModal.tsx index 6ae8c6fa91d..ca8baaadfa6 100644 --- a/src/components/StartWithEthereumFlow/ShareModal.tsx +++ b/src/components/StartWithEthereumFlow/ShareModal.tsx @@ -39,7 +39,7 @@ const ShareModal = () => { return ( - +