Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/StartWithEthereumFlow/ShareModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const ShareModal = () => {

return (
<Dialog open={isOpen} onOpenChange={setIsOpen}>
<DialogTrigger>
<DialogTrigger asChild>
<Button>{t("page-start-share-modal-trigger")}</Button>
</DialogTrigger>
<DialogContent>
Expand Down
2 changes: 1 addition & 1 deletion src/intl/en/glossary.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
"receipt-term": "Receipt",
"receipt-definition": "Data returned by an Ethereum client to represent the result of a particular <a href=\"/glossary/#transaction\">transaction</a>, including a <a href=\"/glossary/#hash\">hash</a> of the transaction, its <a href=\"/glossary/#block\">block</a> number, the amount of <a href=\"/glossary/#gas\">gas</a> used, and, in case of deployment of a <a href=\"/glossary/#smart-contract\">smart contract</a>, the <a href=\"/glossary/#address\">address</a> 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. <a href=\"/developers/docs/smart-contracts/security/#reentrancy\">More on re-entrancy</a>.",
"reward-term": "Reward",
Expand Down
2 changes: 1 addition & 1 deletion src/intl/en/page-layer-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/intl/en/page-start.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"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-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",
Expand Down