From 3e64e45bc561837604218bb08a40ec6914247af3 Mon Sep 17 00:00:00 2001 From: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:35:38 -0700 Subject: [PATCH] fix(curriculum): missing note in JS A11y (#60940) --- client/i18n/locales/english/intro.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 210b09e5378..01266747216 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -1856,6 +1856,12 @@ "certified-full-stack-developer-exam": "Certified Full Stack Developer Exam" }, "module-intros": { + "js-a11y": { + "note": "Coming Fall 2025", + "intro": [ + "In this module, you will learn how to work with the aria-expanded, aria-live and aria-controls attributes inside of your HTML, CSS and JavaScript applications." + ] + }, "css-libraries-and-frameworks": { "note": "Coming Fall 2025", "intro": [