From e196805215b606fa5d84c1a9336231c4fe7e9462 Mon Sep 17 00:00:00 2001 From: Yaki Date: Mon, 18 Dec 2023 14:52:36 -0800 Subject: [PATCH] chore: update unconnected wallet messages --- src/routes/claim.tsx | 2 +- src/routes/overview.tsx | 2 +- src/routes/staking.tsx | 2 +- src/routes/xtransfer.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/claim.tsx b/src/routes/claim.tsx index 27cb2f0..75e6912 100644 --- a/src/routes/claim.tsx +++ b/src/routes/claim.tsx @@ -249,7 +249,7 @@ const Claim = () => { Wallet not connected

- You can connect your wallet to claim your vested tokens. + Connect your wallet to claim any vested tokens.

) : null} diff --git a/src/routes/overview.tsx b/src/routes/overview.tsx index 7f11c45..075b673 100644 --- a/src/routes/overview.tsx +++ b/src/routes/overview.tsx @@ -712,7 +712,7 @@ const Overview = () => { Wallet not connected

- You can connect your wallet to access your staking information. + Connect your wallet to access your account overview.

} diff --git a/src/routes/staking.tsx b/src/routes/staking.tsx index 760113e..825f80c 100644 --- a/src/routes/staking.tsx +++ b/src/routes/staking.tsx @@ -703,7 +703,7 @@ const Staking = () => { Wallet not connected

- You can connect your wallet to access your staking information. + Connect your wallet to view your staking information.

} diff --git a/src/routes/xtransfer.tsx b/src/routes/xtransfer.tsx index e104bda..840444c 100644 --- a/src/routes/xtransfer.tsx +++ b/src/routes/xtransfer.tsx @@ -426,7 +426,7 @@ const Transfer = () => { Wallet not connected

- You can connect your wallet to use x-transfer. + Connect your wallet to transfer assets.

) : null}