Skip to content

Commit 0fdc160

Browse files
Feat/implement new connect wallet modal text/graphs (#1322)
* feat: add ConnectWallet SVG component and export it in index.tsx * feat: update wallet creation and connection information in translation.json * feat: add new wallet connectio information with new layout and content updates * fix accidentally exclusion of skipClicked prop * refactor(walletSelection): update styles and remove unused components * change typography variable for warning text to match info modal * remove unused 'createWalletLink' translation from MetaMask info section * fix props interface for WalletInfoScreen component --------- Co-authored-by: Brett <[email protected]>
1 parent 31edd70 commit 0fdc160

File tree

6 files changed

+229
-92
lines changed

6 files changed

+229
-92
lines changed

public/locales/en/translation.json

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -473,18 +473,21 @@
473473
"useRecoveryPhraseInfo": "This feature is recommended for advanced users and developers. Your secret recovery phrase is stored locally in MetaMask and never shared with HyperPlay."
474474
},
475475
"info": {
476-
"createWalletCTA": "Create a wallet",
477-
"createWalletDescription": "Click in “Create a wallet” below if you do not have a wallet or want to create a new one:",
478476
"digitalAssets": {
479-
"details": "Wallets are used to send, receive, store, and display digital assets like tokens and NFTs.",
480-
"title": "A Home for your Digital Assets"
477+
"smallTitle": "Connect your wallet to activate powerful features:"
481478
},
482-
"login": {
483-
"details": "An alternative to creating new accounts and passwords on every website, just connect your wallet instead.",
484-
"title": "A New Way to Log In"
485-
},
486-
"skip": "Skip for now",
487-
"title": "What is a wallet?"
479+
"list": {
480+
"bullet1": "Earn and claim quest rewards",
481+
"bullet2": "Track your in-game progress",
482+
"bullet3": "Access in-game transactions and marketplaces",
483+
"bullet4": "Buy, swap, and send tokens"
484+
}
485+
},
486+
"metamask": {
487+
"issues": "Having issues? Make sure MetaMask is up to date."
488+
},
489+
"newInfo": {
490+
"title": "Don't Just Play-Get Rewarded"
488491
},
489492
"scan": {
490493
"details": "Create an encrypted communication channel. Your keys will never be shared with HyperPlay.",

0 commit comments

Comments
 (0)