Skip to content

Commit

Permalink
Tiny copy updates to early adoption discount copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdeanexpensify authored Jan 30, 2025
1 parent 9f6794a commit 22741c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5396,14 +5396,14 @@ const translations = {
subtitle: 'Add a payment card to continue using all of your favorite features.',
},
earlyDiscount: {
claimOffer: 'Claim Offer',
claimOffer: 'Claim offer',
noThanks: 'No thanks',
subscriptionPageTitle: {
phrase1: ({discountType}: EarlyDiscountTitleParams) => `${discountType}% off your first year!`,
phrase2: `Just add a payment card and start an annual subscription!`,
phrase2: `Just add a payment card and start an annual subscription.`,
},
onboardingChatTitle: {
phrase1: 'Limited time offer:',
phrase1: 'Limited-time offer:',
phrase2: ({discountType}: EarlyDiscountTitleParams) => `${discountType}% off your first year!`,
},
subtitle: ({days, hours, minutes, seconds}: EarlyDiscountSubtitleParams) => `Claim within ${days > 0 ? `${days}d : ` : ''}${hours}h : ${minutes}m : ${seconds}s`,
Expand Down

0 comments on commit 22741c5

Please sign in to comment.