File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,8 +145,8 @@ const Onboard = async ({ searchParams }: PageProps) => {
145145 }
146146 redeemReferralMessage = (
147147 < p >
148- ` You've earned an extra $ { respJson . credits_redeemed } credits from
149- your referral code!`
148+ You just earned an extra { respJson . credits_redeemed } credits from your
149+ referral code!
150150 </ p >
151151 )
152152 } catch ( e ) {
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ const ReferralsPage = () => {
7373 < CardTitle > You're not logged in.</ CardTitle >
7474 < CardDescription > No code for you!</ CardDescription >
7575 </ CardHeader >
76- < CardContent > Log in here to get a referral code</ CardContent >
76+ < CardContent > Log in to get your unique referral code</ CardContent >
7777 < SignInCardFooter />
7878 </ Card >
7979 )
You can’t perform that action at this time.
0 commit comments