Skip to content

Commit

Permalink
Merge pull request #4586 from GCTC-NTGC/bug/4558-i18n
Browse files Browse the repository at this point in the history
Bug - Adds Link text to go to IAP homepage on Browse IT jobs page
  • Loading branch information
mnigh committed Nov 7, 2022
2 parents cfe2def + 72439f6 commit 9968de2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,10 @@ export const BrowsePools: React.FC<BrowsePoolsProps> = ({
external: true,
label: intl.formatMessage({
defaultMessage:
"<hidden>Learn more about </hidden>Indigenous IT apprenticeship<hidden> opportunities</hidden>",
id: "xgocDD",
"Apply<hidden> to the Indigenous Apprenticeship Program</hidden> now",
description:
"Link text to go to IAP homepage on browse IT jobs page",
"Link text to go to IAP homepage on Browse IT jobs page",
id: "07BM9O",
}),
}}
>
Expand Down
4 changes: 4 additions & 0 deletions frontend/talentsearch/src/js/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2620,6 +2620,10 @@
"defaultMessage": "Détails",
"description": "Support form details field label"
},
"07BM9O": {
"defaultMessage": "Inscrivez-vous<hidden> au programme d’apprentissage destiné aux Autochtones</hidden> maintenant",
"description": "Link text to go to IAP homepage on Browse IT jobs page"
},
"1UYQaC": {
"defaultMessage": "Date du début",
"description": "Label displayed on an Experience form for start date input"
Expand Down

0 comments on commit 9968de2

Please sign in to comment.