Skip to content

Commit 23971ce

Browse files
committed
Update copy
1 parent 646ccf2 commit 23971ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ui/components/Wallet/Banner/WalletCampaignBanner.tsx

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ const claimStateBanners = {
1717
eligible: {
1818
bannerId: MEZO_CAMPAIGN.bannerIds.eligible,
1919
title: "Get the gift of sats",
20-
body: "Enjoy 20,000 sats on the Mezo testnet. Try borrow and get an exclusive Taho x Mezo NFT.",
20+
body: "Enjoy 20,000 sats on the Mezo testnet. Try Mezo borrow and get an exclusive Taho x Mezo NFT.",
2121
action: "Login to claim",
2222
},
2323
"can-borrow": {
2424
bannerId: MEZO_CAMPAIGN.bannerIds.canBorrow,
25-
title: "Bank on yourself",
26-
body: "Use testnet sats to borrow mUSD and spend in the Mezo store. An exclusive NFT awaits.",
25+
title: "Put those sats to work",
26+
body: "Use testnet sats to borrow mUSD and spend it in the Mezo Market. The exclusive NFT awaits.",
2727
action: "Borrow mUSD",
2828
},
2929
"can-claim-nft": {
3030
bannerId: MEZO_CAMPAIGN.bannerIds.canClaimNFT,
31-
title: "Treat yourself with mUSD",
32-
body: "Spend testnet mUSD in the Mezo store. How about an exclusive Taho x Mezo NFT?",
31+
title: "The exclusive NFT awaits",
32+
body: "Spend testnet mUSD in the Mezo Market. How about an exclusive Taho x Mezo NFT?",
3333
action: "Visit the Mezo Store",
3434
},
3535
} as const

0 commit comments

Comments
 (0)