diff --git a/i18n/web/en.ts b/i18n/web/en.ts index 56129b103..086b32c9a 100644 --- a/i18n/web/en.ts +++ b/i18n/web/en.ts @@ -313,7 +313,7 @@ const en: WebTranslations = { resultsPage: { header: 'Table of estimated monthly amounts', general: - 'The following is only an estimate of your eligibility and monthly payments based on current rates. Amounts may increase with the cost of living. Changes in your circumstances may also impact your results.', + 'The following is only an estimate of your eligibility and monthly payments based on current rates. Amounts may increase with the cost of living.

You must be a citizen or legal resident of Canada to receive these benefits.

', onThisPage: 'On this page', tableHeader1: 'Benefit', tableHeader2: 'Estimated monthly amount (CAD)', diff --git a/i18n/web/fr.ts b/i18n/web/fr.ts index 4e548b071..d6b6ae808 100644 --- a/i18n/web/fr.ts +++ b/i18n/web/fr.ts @@ -314,7 +314,7 @@ const fr: WebTranslations = { }, resultsPage: { header: "Tableau des résultats d'estimation", - general: `Les résultats suivants ne sont qu'une estimation de votre admissibilité et de vos paiements mensuels basée sur les montants actuels. Ceux-ci peuvent augmenter avec le coût de la vie. Des changements dans votre situation pourraient aussi modifier vos résultats`, + general: `Les résultats suivants ne sont qu'une estimation de votre admissibilité et de vos paiements mensuels basée sur les montants actuels. Ceux-ci peuvent augmenter avec le coût de la vie.

Vous devez être citoyen ou résident autorisé du Canada pour recevoir ces prestations.

`, onThisPage: 'Sur cette page', tableHeader1: 'Prestations', tableHeader2: 'Montant mensuel estimé (CAD)',