Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update partner text on intro page #303

Merged
merged 1 commit into from
Jun 17, 2022
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion i18n/web/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const en: WebTranslations = {
residenceHistoryText:
'<b>residence history</b> (number of years lived in Canada)',
maritalStatusText: '<b>marital status</b>',
partnerText: `<b>partner</b> (if applicable):income (including their old age benefits), legal status, and residence history`,
partnerText: `if applicable, <b>your partner's</b> income (including their old age benefits), legal status, and residence history`,
timeToCompleteText: 'Time to complete',
startBenefitsEstimator: 'Start benefits estimator',
estimatorTimeEstimate:
Expand Down
2 changes: 1 addition & 1 deletion i18n/web/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const fr: WebTranslations = {
residenceHistoryText:
'<b>historique de résidence</b> (depuis combien de temps vous vivez au Canada)',
maritalStatusText: '<b>état civil</b>',
partnerText: `<b>conjoint</b> (le cas échéant) : son revenu (y compris les prestations de vieillesse), statut légal et historique de résidence`,
partnerText: `le cas échéant, les revenus de <b>votre partenaire</b> (y compris ses prestations de vieillesse), son statut légal et son historique de résidence`,
timeToCompleteText: 'Temps requis pour obtenir une estimation',
startBenefitsEstimator: "Démarrer l'estimateur de prestations",
estimatorTimeEstimate:
Expand Down