-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix grammatical error in i18n endOfFlowMessage6 (#6633)
- Loading branch information
1 parent
1b0af83
commit e0c1137
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -549,7 +549,7 @@ | |
"message": "Be careful of phishing! MetaMask will never spontaneously ask for your seed phrase." | ||
}, | ||
"endOfFlowMessage6": { | ||
"message": "If you need to back your up seed phrase again, you can find it in Settings -> Security." | ||
"message": "If you need to back up your seed phrase again, you can find it in Settings -> Security." | ||
}, | ||
"endOfFlowMessage7": { | ||
"message": "If you ever have questions or see something fishy, email [email protected]." | ||
|