Closed mnigh closed 1 year ago
An eslint rule to prevent it from happening again.
"no-restricted-syntax": [
"error",
{
selector: "Literal[value=/Indigenous Apprenticeship Program/i]",
message:
"The name of the program is IT Apprenticeship Program for Indigenous Peoples.",
},
],
You are correct @mnigh ! The changes have been made to the Figma file, thanks for catching this.
๐ Bug
Source: https://github.com/GCTC-NTGC/gc-digital-talent/issues/6593.
๐ Steps to Reproduce
/en/login-info?from=/en/indigenous-it-apprentice&personality=iap
/en/register-info?from=/en/indigenous-it-apprentice&personality=iap
๐ธ Screenshots
๐โโ๏ธ Proposed Solution
Replace instance of "IT Indigenous Apprenticeship Program" with "IT Apprenticeship Program for Indigenous Peoples". Make sure French equivalent is appropriately translated.
โ Acceptance Criteria
A set of assumptions which, when tested, verify that the bug was addressed.