We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2461c commit 657d2b4Copy full SHA for 657d2b4
2 files changed
web/src/app/onboard/page.tsx
@@ -145,8 +145,8 @@ const Onboard = async ({ searchParams }: PageProps) => {
145
}
146
redeemReferralMessage = (
147
<p>
148
- `You've earned an extra ${respJson.credits_redeemed} credits from
149
- your referral code!`
+ You just earned an extra {respJson.credits_redeemed} credits from your
+ referral code!
150
</p>
151
)
152
} catch (e) {
web/src/app/referrals/page.tsx
@@ -73,7 +73,7 @@ const ReferralsPage = () => {
73
<CardTitle>You're not logged in.</CardTitle>
74
<CardDescription>No code for you!</CardDescription>
75
</CardHeader>
76
- <CardContent>Log in here to get a referral code</CardContent>
+ <CardContent>Log in to get your unique referral code</CardContent>
77
<SignInCardFooter />
78
</Card>
79
0 commit comments