Skip to content

Commit

Permalink
Update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mnigh committed Dec 27, 2024
1 parent ae827ef commit d9c756d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/components/ExperienceCard/ExperienceCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ const ExperienceCard = ({
>
{intl.formatMessage({
defaultMessage:
"The following skills have been linked to this experience through your skill showcase or job applications. You link new skills by editing this experience or adding the skill to your library in the showcase.",
id: "BFb/CA",
"You can link new skills by editing this experience or adding the skill to your skills portfolio. Skills added to this experience through job applications also appear here.",
id: "9nwXXJ",
description:
"Lead in text for list of skills linked to a specific experience",
})}
Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/components/SkillBrowser/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ export const getSkillBrowserDialogMessages: GetSkillBrowserDialogMessages = ({
}),
subtitle: intl.formatMessage({
defaultMessage:
"The skill you choose will also be added to your skill showcase if it's not already there.",
id: "FR5Zj/",
"This skill will also be added to your skills portfolio if it's not already there.",
id: "Z5Cv3U",
description:
"Subtitle for the find a skill dialog within an experience",
}),
Expand Down
8 changes: 8 additions & 0 deletions apps/web/src/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2319,6 +2319,10 @@
"defaultMessage": "Activez le mode lumière",
"description": "Button text to set theme mode to light"
},
"9nwXXJ": {
"defaultMessage": "Vous pouvez lier de nouvelles compétences en modifiant cette expérience ou en ajoutant la compétence à votre portfolio de compétences. Les compétences ajoutées à cette expérience dans le cadre d'une demande d'emploi apparaissent également ici.",
"description": "Lead in text for list of skills linked to a specific experience"
},
"9o9XhC": {
"defaultMessage": "Hors site, quel que soit le lieu",
"description": "Any offsite personnel work location"
Expand Down Expand Up @@ -7330,6 +7334,10 @@
"defaultMessage": "<hidden>Change language to </hidden>English",
"description": "Title for the language toggle link."
},
"Z5Cv3U": {
"defaultMessage": "Cette compétence sera aussi ajoutée à votre portfolio de compétences si elle ne s'y trouve pas déjà.",
"description": "Subtitle for the find a skill dialog within an experience"
},
"Z9W+O2": {
"defaultMessage": "Postulez dès aujourd'hui pour entamer votre parcours de carrière en TI.",
"description": "Meta tag description for IT Apprenticeship Program for Indigenous Peoples site"
Expand Down

0 comments on commit d9c756d

Please sign in to comment.