-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify default blocknative text when connecting with Taho
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/node_modules/@web3-onboard/core/dist/i18n/en.json b/node_modules/@web3-onboard/core/dist/i18n/en.json | ||
index a36ccf0..7a3f568 100644 | ||
--- a/node_modules/@web3-onboard/core/dist/i18n/en.json | ||
+++ b/node_modules/@web3-onboard/core/dist/i18n/en.json | ||
@@ -27,7 +27,7 @@ | ||
"paragraph": "Please approve the connection in your wallet and authorize access to continue." | ||
}, | ||
"mainText": "Connecting...", | ||
- "paragraph": "Make sure to select all accounts that you want to grant access to.", | ||
+ "paragraph": "Granting access to your account.", | ||
"previousConnection": "{wallet} already has a pending connection request, please open the {wallet} app to login and connect.", | ||
"rejectedText": "Connection Rejected!", | ||
"rejectedCTA": "Click here to try again", |