Skip to content

Commit

Permalink
Merge pull request #45428 from Expensify/jamesdeanexpensify-patch-2
Browse files Browse the repository at this point in the history
Update en.ts
  • Loading branch information
pecanoro authored Jul 16, 2024
2 parents dc5d06b + 7f05756 commit 3d3132c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4012,8 +4012,8 @@ export default {
`You disputed the ${amountOwed} charge on the card ending in ${cardEnding}. Your account will be locked until the dispute is resolved with your bank.`,
preTrial: {
title: 'Start a free trial',
subtitle: 'To get started, ',
subtitleLink: 'complete your setup checklist here.',
subtitle: 'Almost there! Just complete your ',
subtitleLink: 'setup checklist.',
},
trialStarted: {
title: ({numOfDays}) => `Free trial: ${numOfDays} ${numOfDays === 1 ? 'day' : 'days'} left!`,
Expand Down
4 changes: 2 additions & 2 deletions src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4530,8 +4530,8 @@ export default {
`Has impugnado el cargo ${amountOwed} en la tarjeta terminada en ${cardEnding}. Tu cuenta estará bloqueada hasta que se resuelva la disputa con tu banco.`,
preTrial: {
title: 'Iniciar una prueba gratuita',
subtitle: 'Para empezar, ',
subtitleLink: 'completa la lista de configuración aquí.',
subtitle: '¡Ya casi estamos! Completa ',
subtitleLink: 'la lista de configuración.',
},
trialStarted: {
title: ({numOfDays}) => `Prueba gratuita: ¡${numOfDays === 1 ? `queda 1 día` : `quedan ${numOfDays} días`}!`,
Expand Down

0 comments on commit 3d3132c

Please sign in to comment.