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

Bug - Adds Link text to go to IAP homepage on Browse IT jobs page #4586

Merged
merged 3 commits into from
Nov 7, 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
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",
mnigh marked this conversation as resolved.
Show resolved Hide resolved
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