diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index b8e3166961a..d425598bef4 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -7362,7 +7362,7 @@ "back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam" }, "modules": { - "nodejs-core-libraries": "Node.js Core Libraries", + "nodejs-core-modules": "Node.js Core Modules", "node-package-manager": "Node Package Manager", "http-and-the-web-standards-model": "HTTP and the Web Standards Model", "rest-api-and-web-services": "REST API and Web Services", @@ -7377,10 +7377,10 @@ "back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam" }, "module-intros": { - "nodejs-core-libraries": { + "nodejs-core-modules": { "note": "Coming Late 2026", "intro": [ - "In this module, you will learn about common Node.js core libraries including the fs, os, path and more. Then you will get to practice what you have learned through workshops and labs and test your knowledge through a short quiz." + "In this module, you will learn about common Node.js core modules including the fs, os, path and more. Then you will get to practice what you have learned through workshops and labs and test your knowledge through a short quiz." ] }, "node-package-manager": { diff --git a/curriculum/structure/superblocks/back-end-development-and-apis-v9.json b/curriculum/structure/superblocks/back-end-development-and-apis-v9.json index 8250886d742..d04297e74f6 100644 --- a/curriculum/structure/superblocks/back-end-development-and-apis-v9.json +++ b/curriculum/structure/superblocks/back-end-development-and-apis-v9.json @@ -13,7 +13,7 @@ ] }, { - "dashedName": "nodejs-core-libraries", + "dashedName": "nodejs-core-modules", "comingSoon": true, "blocks": [] },