Skip to content

Commit

Permalink
Update texts
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo50 committed Aug 13, 2024
1 parent d69fda6 commit fdcc62a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/playground/src/components/RouterTransferForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ const RouterTransferForm: FC<Props> = ({ onSubmit, loading }) => {

const infoEthWallet = (
<Tooltip
label="You need to connect your Ethereum wallet when choosing Ethereum as the origin or destination node"
label="You need to connect your Metamask wallet when choosing Ethereum as the origin or destination chain"
position="top-end"
withArrow
transitionProps={{ transition: "pop-bottom-right" }}
Expand All @@ -266,7 +266,7 @@ const RouterTransferForm: FC<Props> = ({ onSubmit, loading }) => {

const infoAssetHubWallet = (
<Tooltip
label="You need to connect your AssetHub wallet when choosing Ethereum as the origin or destination node"
label="You need to connect your AssetHub wallet (Polkadot wallet) when choosing Ethereum as the origin or destination chain"
position="top-end"
withArrow
transitionProps={{ transition: "pop-bottom-right" }}
Expand All @@ -284,7 +284,7 @@ const RouterTransferForm: FC<Props> = ({ onSubmit, loading }) => {

const infoEvmWallet = (
<Tooltip
label="You need to connect yout Polkadot EVM wallet when choosing EVM node as origin"
label="You need to connect yout Polkadot EVM wallet when choosing EVM chain as origin"
position="top-end"
withArrow
transitionProps={{ transition: "pop-bottom-right" }}
Expand Down

0 comments on commit fdcc62a

Please sign in to comment.