From 7fc4367abd0fd7cb29549f5045007ce594e02041 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Wed, 15 Jun 2022 19:49:35 +0200 Subject: [PATCH] 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> --- curriculum/getChallenges.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/curriculum/getChallenges.js b/curriculum/getChallenges.js index 6a5b3fd8f18..c435f58f0d9 100644 --- a/curriculum/getChallenges.js +++ b/curriculum/getChallenges.js @@ -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. `); }