Skip to content

Commit

Permalink
Merge pull request #948 from DTS-STN/129193-question
Browse files Browse the repository at this point in the history
129193 - Change legal status text 'What you told us' section
  • Loading branch information
MarcoGoC authored Nov 16, 2023
2 parents 7d51208 + 74c13e0 commit a1c35dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions i18n/api/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const en: Translations = {
[FieldKey.PARTNER_INCOME]: "Partner's net income",
[FieldKey.PARTNER_BENEFIT_STATUS]: 'Partner receives OAS pension',
[FieldKey.PARTNER_AGE]: "Partner's age",
[FieldKey.PARTNER_LEGAL_STATUS]: "Partner's legal status",
[FieldKey.PARTNER_LEGAL_STATUS]: 'Partner has legal status',
[FieldKey.PARTNER_LIVING_COUNTRY]: "Partner's country of residence",
[FieldKey.PARTNER_LIVED_ONLY_IN_CANADA]: 'Partner only lived in Canada',
[FieldKey.PARTNER_YEARS_IN_CANADA_SINCE_18]:
Expand Down Expand Up @@ -129,7 +129,7 @@ const en: Translations = {
[FieldKey.PARTNER_BENEFIT_STATUS]:
'Edit if your partner receives the OAS pension',
[FieldKey.PARTNER_AGE]: "Edit your partner's age",
[FieldKey.PARTNER_LEGAL_STATUS]: 'Edit your partner’s legal status',
[FieldKey.PARTNER_LEGAL_STATUS]: 'Edit if your partner has legal status',
[FieldKey.PARTNER_LIVING_COUNTRY]:
'Edit your partner’s country of residence',
[FieldKey.PARTNER_LIVED_ONLY_IN_CANADA]:
Expand Down
4 changes: 2 additions & 2 deletions i18n/api/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const fr: Translations = {
[FieldKey.PARTNER_INCOME]: 'Revenu net du conjoint',
[FieldKey.PARTNER_BENEFIT_STATUS]: 'Conjoint reçoit la pension de la SV',
[FieldKey.PARTNER_AGE]: 'Âge du conjoint',
[FieldKey.PARTNER_LEGAL_STATUS]: 'Statut légal du conjoint',
[FieldKey.PARTNER_LEGAL_STATUS]: 'Conjoint a statut légal',
[FieldKey.PARTNER_LIVING_COUNTRY]: 'Pays de résidence du conjoint',
[FieldKey.PARTNER_LIVED_ONLY_IN_CANADA]:
'Conjoint a seulement vécu au Canada',
Expand Down Expand Up @@ -136,7 +136,7 @@ const fr: Translations = {
'Modifier si votre conjoint reçoit la pension de la SV',
[FieldKey.PARTNER_AGE]: "Modifier l'âge de votre conjoint",
[FieldKey.PARTNER_LEGAL_STATUS]:
'Modifier le statut légal de votre conjoint',
'Modifier si votre conjoint a un statut légal',
[FieldKey.PARTNER_LIVING_COUNTRY]:
'Modifier le pays de résidence de votre conjoint',
[FieldKey.PARTNER_LIVED_ONLY_IN_CANADA]:
Expand Down

0 comments on commit a1c35dc

Please sign in to comment.