From ae464ba4c220eeb04460917ac0cc8732b5062371 Mon Sep 17 00:00:00 2001 From: Corwin Smith Date: Fri, 5 Aug 2022 15:12:29 -0600 Subject: [PATCH 1/3] Update types of wallets section of wallets page --- src/intl/en/page-wallets.json | 8 +++++--- src/pages-conditional/wallets.tsx | 7 +++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/intl/en/page-wallets.json b/src/intl/en/page-wallets.json index 776cee595b3..fd6af757447 100644 --- a/src/intl/en/page-wallets.json +++ b/src/intl/en/page-wallets.json @@ -7,7 +7,7 @@ "page-wallets-blog": "Coinbase blog", "page-wallets-bookmarking": "Bookmark your wallet", "page-wallets-bookmarking-desc": "If you use a web wallet, bookmark the site to protect yourself against phishing scams.", - "page-wallets-cd": "Physical hardware wallets that let you keep your crypto offline – very secure", + "page-wallets-cd": "Physical hardware wallets are devices that let you keep your crypto offline – very secure", "page-wallets-desc-2": "You need a wallet to send funds and manage your ETH.", "page-wallets-desc-2-link": "More on ETH", "page-wallets-desc-3": "Your wallet is only a tool for managing your Ethereum account. That means you can swap wallet providers at any time. Many wallets also let you manage several Ethereum accounts from one application.", @@ -53,8 +53,10 @@ "page-wallets-try-dapps": "Try some dapps", "page-wallets-try-dapps-alt": "An illustration of Ethereum community members working together", "page-wallets-try-dapps-desc": "Dapps are applications built on Ethereum. They’re cheaper, fairer and kinder on your data than most traditional applications.", - "page-wallets-types": "Types of wallet", - "page-wallets-web-browser": "Web wallets that let you interact with your account via a web browser", + "page-wallets-types": "Types of wallet interfaces", + "page-wallets-types-desc": "There are a few ways to interface and interact with your account:", + "page-wallets-web-browser": "Browser wallets let you interact with your account directly in the browser", + "page-wallets-web-browser-extension": "Browser extension wallets are extensions you download that let you interact with your account and applications through the browser", "page-wallets-whats-a-wallet": "What's an Ethereum wallet?", "page-wallets-your-ethereum-account": "Your Ethereum account", "page-wallets-your-ethereum-account-desc": "Your wallet is your window into your Ethereum account – your balance, transaction history and more. But you can swap wallet providers at any time.", diff --git a/src/pages-conditional/wallets.tsx b/src/pages-conditional/wallets.tsx index 1ad6537f39b..a829345ec26 100644 --- a/src/pages-conditional/wallets.tsx +++ b/src/pages-conditional/wallets.tsx @@ -187,6 +187,10 @@ const types = [ emoji: ":globe_with_meridians:", description: , }, + { + emoji: ":globe_with_meridians:", + description: , + }, { emoji: ":desktop_computer:", description: , @@ -319,6 +323,9 @@ const WalletsPage = ({

+

+ +

{types.map((type, idx) => ( Date: Wed, 10 Aug 2022 16:48:42 -0600 Subject: [PATCH 2/3] Update src/intl/en/page-wallets.json Co-authored-by: Sam Richards --- src/intl/en/page-wallets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intl/en/page-wallets.json b/src/intl/en/page-wallets.json index fd6af757447..f204bf33836 100644 --- a/src/intl/en/page-wallets.json +++ b/src/intl/en/page-wallets.json @@ -55,7 +55,7 @@ "page-wallets-try-dapps-desc": "Dapps are applications built on Ethereum. They’re cheaper, fairer and kinder on your data than most traditional applications.", "page-wallets-types": "Types of wallet interfaces", "page-wallets-types-desc": "There are a few ways to interface and interact with your account:", - "page-wallets-web-browser": "Browser wallets let you interact with your account directly in the browser", + "page-wallets-web-browser": "Browser wallets are web applications that let you interact with your account directly in the browser", "page-wallets-web-browser-extension": "Browser extension wallets are extensions you download that let you interact with your account and applications through the browser", "page-wallets-whats-a-wallet": "What's an Ethereum wallet?", "page-wallets-your-ethereum-account": "Your Ethereum account", From ae921aa9c7f891758dbb5b93165f4b058a731bf1 Mon Sep 17 00:00:00 2001 From: Corwin Smith Date: Wed, 10 Aug 2022 16:48:48 -0600 Subject: [PATCH 3/3] Update src/intl/en/page-wallets.json Co-authored-by: Sam Richards --- src/intl/en/page-wallets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intl/en/page-wallets.json b/src/intl/en/page-wallets.json index f204bf33836..594855b4578 100644 --- a/src/intl/en/page-wallets.json +++ b/src/intl/en/page-wallets.json @@ -53,7 +53,7 @@ "page-wallets-try-dapps": "Try some dapps", "page-wallets-try-dapps-alt": "An illustration of Ethereum community members working together", "page-wallets-try-dapps-desc": "Dapps are applications built on Ethereum. They’re cheaper, fairer and kinder on your data than most traditional applications.", - "page-wallets-types": "Types of wallet interfaces", + "page-wallets-types": "Types of wallets", "page-wallets-types-desc": "There are a few ways to interface and interact with your account:", "page-wallets-web-browser": "Browser wallets are web applications that let you interact with your account directly in the browser", "page-wallets-web-browser-extension": "Browser extension wallets are extensions you download that let you interact with your account and applications through the browser",