Skip to content

Commit

Permalink
chore: update unconnected wallet messages
Browse files Browse the repository at this point in the history
  • Loading branch information
shibatales committed Dec 18, 2023
1 parent 93f1fdf commit e196805
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/routes/claim.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const Claim = () => {
Wallet not connected
</h5>
<p className="mt-8 text-lg text-white">
You can connect your wallet to claim your vested tokens.
Connect your wallet to claim any vested tokens.
</p>
</div>
) : null}
Expand Down
2 changes: 1 addition & 1 deletion src/routes/overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ const Overview = () => {
Wallet not connected
</h5>
<p className="mt-8 text-lg text-white">
You can connect your wallet to access your staking information.
Connect your wallet to access your account overview.
</p>
</div>}
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/staking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ const Staking = () => {
Wallet not connected
</h5>
<p className="mt-8 text-lg text-white">
You can connect your wallet to access your staking information.
Connect your wallet to view your staking information.
</p>
</div>}
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/xtransfer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ const Transfer = () => {
Wallet not connected
</h5>
<p className="mt-8 text-lg text-white">
You can connect your wallet to use x-transfer.
Connect your wallet to transfer assets.
</p>
</div>
) : null}
Expand Down

0 comments on commit e196805

Please sign in to comment.