Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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