Skip to content

Commit

Permalink
Modify default blocknative text when connecting with Taho (#882)
Browse files Browse the repository at this point in the history
## Issues connected

Resolves #863 

## What has been done

Modified text rendered when connecting dapp to Taho wallet

## Testing

- [x] Connect your wallet, the text should be "Granting access to your
account."

## Screenshots / images / videos

![Zrzut ekranu 2023-12-13 o 16 32
45](https://github.com/tahowallet/dapp/assets/73061939/2079b564-4b1d-4daf-94ad-0c105e1247f1)
  • Loading branch information
michalinacienciala authored Dec 13, 2023
2 parents 2d9982a + 7e9786d commit 61c4b45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/shared/utils/web3Onboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ const web3Onboard = init({
"--w3o-border-radius": "16px",
"--w3o-font-family": "var(--sans)",
},
i18n: {
en: {
connect: {
connectingWallet: { paragraph: "Granting access to your account." },
},
},
},
})

export default web3Onboard

0 comments on commit 61c4b45

Please sign in to comment.