-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First time flow updates #6192
First time flow updates #6192
Changes from 11 commits
8f9b447
2f875fc
76768cc
46d5f4f
8933b0e
b39f720
2b0a9f4
dd2a8be
94de29d
31b2b17
68cdc38
a91504a
440b91f
4754ec3
dda4fde
5771a6f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,6 +92,12 @@ | |
"advanced": { | ||
"message": "Advanced" | ||
}, | ||
"agreeTermsOfService": { | ||
"message": "I agree to the Terms of Service" | ||
}, | ||
"alreadyHaveSeedPhrase": { | ||
"message": "No, I already have a seed phrase" | ||
}, | ||
"amount": { | ||
"message": "Amount" | ||
}, | ||
|
@@ -326,6 +332,9 @@ | |
"createAccount": { | ||
"message": "Create Account" | ||
}, | ||
"createAWallet": { | ||
"message": "Create a Wallet" | ||
}, | ||
"createDen": { | ||
"message": "Create" | ||
}, | ||
|
@@ -581,10 +590,16 @@ | |
"getHelp": { | ||
"message": "Get Help." | ||
}, | ||
"getStarted": { | ||
"message": "Get Started" | ||
}, | ||
"greaterThanMin": { | ||
"message": "must be greater than or equal to $1.", | ||
"description": "helper for inputting hex as decimal input" | ||
}, | ||
"happyToSeeYou": { | ||
"message": "We’re happy to see you." | ||
}, | ||
"hardware": { | ||
"message": "hardware" | ||
}, | ||
|
@@ -647,6 +662,9 @@ | |
"importDen": { | ||
"message": "Import Existing DEN" | ||
}, | ||
"importWallet": { | ||
"message": "Import Wallet" | ||
}, | ||
"imported": { | ||
"message": "Imported", | ||
"description": "status showing that an account has been fully loaded into the keyring" | ||
|
@@ -731,6 +749,9 @@ | |
"message": "must be less than or equal to $1.", | ||
"description": "helper for inputting hex as decimal input" | ||
}, | ||
"letsGoSetUp": { | ||
"message": "Yes, let’s get set up!" | ||
}, | ||
"likeToAddTokens": { | ||
"message": "Would you like to add these tokens?" | ||
}, | ||
|
@@ -777,7 +798,7 @@ | |
"message": "Message" | ||
}, | ||
"metamaskDescription": { | ||
"message": "MetaMask is a secure identity vault for Ethereum." | ||
"message": "Connecting you to Ethereum and the Decentralized Web." | ||
}, | ||
"metamaskSeedWords": { | ||
"message": "MetaMask Seed Words" | ||
|
@@ -848,6 +869,18 @@ | |
"newNetwork": { | ||
"message": "New Network" | ||
}, | ||
"newToMetaMask": { | ||
"message": "New to MetaMask?" | ||
}, | ||
"protectYourKeys": { | ||
"message": "Protect Your Keys!" | ||
}, | ||
"protectYourKeysMessage1": { | ||
"message": "Be careful with your seed phrase — there have been reports of websites that attempt to imitate MetaMask. MetaMask will never spontaneously ask for your seed phrase!" | ||
}, | ||
"protectYourKeysMessage2": { | ||
"message": "Keep your phrase safe. If you see something phishy, or you’re uncertain about a website, email [email protected]." | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should "phishy" here be "fishy"? Fishy seems like actual word[1][2][3][4] for this context? Also, do we want to have the period at the end of the sentence following the email address? I don't have a strong opinion either way, but it could be confusing to some users who will inevitably copy and paste the address with a period. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done in e7b8ea021 |
||
}, | ||
"rpcURL": { | ||
"message": "New RPC URL" | ||
}, | ||
|
@@ -1603,6 +1636,9 @@ | |
"yourUniqueAccountImageDescription2": { | ||
"message": "You’ll see this image everytime you need to confirm a transaction." | ||
}, | ||
"yourUniqueAccountImageDescription3": { | ||
"message": "MetaMask will never ask for your seed phrase!" | ||
}, | ||
"zeroGasPriceOnSpeedUpError": { | ||
"message":"Zero gas price on speed up" | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: should we drop "spontaneously"? Below we have
yourUniqueAccountImageDescription3
plainly saying never.