Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/tangle-cloud/src/pages/earnings/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const EarningsPage: FC = () => {

<RequireWallet
eyebrow="Earnings"
title="Connect to load earnings"
title="Connect to see your publisher earnings"
description="Load publisher balances, payout totals, and indexed payment events for the connected wallet."
checks={['Token totals', 'Payout events', 'Explorer links']}
/>
Expand Down
4 changes: 2 additions & 2 deletions apps/tangle-cloud/src/pages/payments/credits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ const PaymentsCreditsContent: FC = () => {

<RequireWallet
eyebrow="Credits"
title="Connect to manage credits"
description="A wallet connection is required to fund and manage credit accounts."
title="Connect to manage anonymous credits"
description="Fund credit accounts for pay-per-use inference — authorize spend without a wallet transaction per job. Connect to create and fund accounts."
checks={['Credit accounts', 'Fund account', 'Authorize spend']}
>
<Tabs
Expand Down
4 changes: 2 additions & 2 deletions apps/tangle-cloud/src/pages/payments/pool.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ const PaymentsPoolContent: FC = () => {

<RequireWallet
eyebrow="Shielded pool"
title="Connect to use the Shielded Pool"
description="A wallet connection is required to deposit and withdraw from the shielded pool."
title="Connect to use the shielded pool"
description="Deposit TNT into Tangle's mixnet-integrated shielded pool for private transactions. Connect to manage your shielded balance."
checks={['Shielded balance', 'Deposit', 'Withdraw']}
>
<div className="grid gap-4 md:grid-cols-2">
Expand Down
4 changes: 2 additions & 2 deletions apps/tangle-cloud/src/pages/rewards/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@ const RewardsPage: FC = () => {

<RequireWallet
eyebrow="Rewards"
title="Connect to load rewards"
description="Load pending balances, claimable assets, and claim history for the connected account."
title="Connect to see your staking rewards"
description="You earn TNT rewards automatically when you delegate to operators. Connect to check pending rewards, claim assets, and view your reward history."
checks={['Pending rewards', 'Claimable assets', 'Claim history']}
/>
</div>
Expand Down
Loading