Skip to content

Commit

Permalink
Merge pull request #55620 from nkdengineer/fix/55522
Browse files Browse the repository at this point in the history
[CP Staging] fix: Free trial 30 days left overlaps with the box

(cherry picked from commit 1a012ab)

(CP triggered by Beamanator)
  • Loading branch information
Beamanator authored and OSBotify committed Jan 23, 2025
1 parent f6490ca commit 1b9a945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4558,7 +4558,7 @@ const translations = {
description: 'Choose from the support options below:',
chatWithConcierge: 'Chat with Concierge',
scheduleSetupCall: 'Schedule a setup call',
scheduleADemo: 'Schedule a demo',
scheduleADemo: 'Schedule demo',
questionMarkButtonTooltip: 'Get assistance from our team',
exploreHelpDocs: 'Explore help docs',
},
Expand Down Expand Up @@ -5333,7 +5333,7 @@ const translations = {
subtitleEnd: 'so your team can start expensing.',
},
trialStarted: {
title: ({numOfDays}: TrialStartedTitleParams) => `Free trial: ${numOfDays} ${numOfDays === 1 ? 'day' : 'days'} left!`,
title: ({numOfDays}: TrialStartedTitleParams) => `Trial: ${numOfDays} ${numOfDays === 1 ? 'day' : 'days'} left!`,
subtitle: 'Add a payment card to continue using all of your favorite features.',
},
trialEnded: {
Expand Down

0 comments on commit 1b9a945

Please sign in to comment.