Skip to content

Commit

Permalink
Merge pull request #56100 from Expensify/jamesdeanexpensify-patch-1
Browse files Browse the repository at this point in the history
[NO QA] Tiny updates to early adoption discount copy
  • Loading branch information
neil-marcellini authored Jan 30, 2025
2 parents 4cf24c5 + 22741c5 commit fd9fc58
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 fd9fc58

Please sign in to comment.