Skip to content

Commit

Permalink
update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
esizer committed Jan 10, 2025
1 parent 8d632e0 commit 09a370a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ const JobPlacementDialog = ({
data-h2-text-align="base(left)"
aria-label={intl.formatMessage(
{
defaultMessage: "Edit placement: {placement}",
id: "lFbE4P",
defaultMessage: "Placement: {placement}. Edit.",
id: "wUqfbl",
description: "Button text to edit the placement of a candidate",
},
{ placement: label },
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 @@ -11826,6 +11826,10 @@
"defaultMessage": "la science des données et analyse pour l’élaboration ou la réalisation d’initiatives, de produits ou de services numériques du GC;",
"description": "An example in the _examples of contracts_ section of the _digital services contracting questionnaire_"
},
"wUqfbl": {
"defaultMessage": "Placement professionnel : {placement}. Modifiez.",
"description": "Button text to edit the placement of a candidate"
},
"wUujPy": {
"defaultMessage": "la technologie de l'information;",
"description": "An example in the _examples of contracts_ section of the _digital services contracting questionnaire_"
Expand Down Expand Up @@ -12286,6 +12290,10 @@
"defaultMessage": "Vous pouvez ajouter des points en vous servant du bouton « Ajouter une nouvelle question » ayant été fourni à cet effet.",
"description": "Instructions on how to add a question when there are none"
},
"z4xCCg": {
"defaultMessage": "Date d'expiration : {date}. Modifiez.",
"description": "Button text to edit an expiry date"
},
"z59tbA": {
"defaultMessage": "Tout le tableau",
"description": "Default text in table search form column dropdown when no column is selected"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ const ChangeExpiryDateDialog = ({
mode="inline"
aria-label={intl.formatMessage(
{
defaultMessage: "Edit expiry date: {date}",
id: "1lqx4S",
defaultMessage: "Expiry date: {date}. Edit.",
id: "z4xCCg",
description: "Button text to edit an expiry date",
},
{ date: formattedDate },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,16 +140,20 @@ const MoreActions = ({
{poolCandidate.status &&
isQualifiedStatus(poolCandidate.status.value) && (
<span>
{intl.formatMessage(commonMessages.expiryDate)}
{intl.formatMessage(commonMessages.dividingColon)}
<span aria-hidden="true">
{intl.formatMessage(commonMessages.expiryDate)}
{intl.formatMessage(commonMessages.dividingColon)}
</span>
<ChangeExpiryDateDialog expiryDateQuery={poolCandidate} />
</span>
)}
{poolCandidate.status &&
isQualifiedStatus(poolCandidate.status.value) && (
<span>
{intl.formatMessage(commonMessages.jobPlacement)}
{intl.formatMessage(commonMessages.dividingColon)}
<span aria-hidden="true">
{intl.formatMessage(commonMessages.jobPlacement)}
{intl.formatMessage(commonMessages.dividingColon)}
</span>
<JobPlacementDialog
jobPlacementDialogQuery={poolCandidate}
optionsQuery={jobPlacementOptions}
Expand Down

0 comments on commit 09a370a

Please sign in to comment.