mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 03:03:06 -05:00
refactor: expand audited certification error message (#46504)
* refactor: expand audited certification error msg * refactor: even clearerer Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
30ebb06ced
commit
7fc4367abd
@@ -300,7 +300,10 @@ ${getFullPath('english', filePath)}
|
||||
if (missingAuditedChallenge)
|
||||
throw Error(`Missing ${lang} audited challenge for
|
||||
${filePath}
|
||||
No audited challenges should fallback to English.
|
||||
|
||||
Explanation:
|
||||
|
||||
Challenges that have been already audited cannot fall back to their English versions. If you are seeing this, please update, and approve these Challenges on Crowdin first, followed by downloading them to the main branch using the GitHub workflows.
|
||||
`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user