From 67e09c86791cf5c4e042fa19387eab3f4013ce54 Mon Sep 17 00:00:00 2001
From: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
Date: Wed, 20 Nov 2024 22:05:51 -0800
Subject: [PATCH] fix(curriculum): intro text for accessibility quiz and
reviews (#57255)
---
client/i18n/locales/english/intro.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json
index 5ac29de89d9..8ee239aeee6 100644
--- a/client/i18n/locales/english/intro.json
+++ b/client/i18n/locales/english/intro.json
@@ -1927,14 +1927,14 @@
"review-html-accessibility": {
"title": "HTML Accessibility Review",
"intro": [
- "Review the HTML Accessibility concepts to prepare for the upcoming quiz."
+ "Before you are quizzed on HTML and accessibility, you first need to review the concepts.",
+ "Open up this page to review concepts including the aria-hidden, aria-describedby, tabindex attributes and more."
]
},
"quiz-html-accessibility": {
"title": "HTML Accessibility Quiz",
"intro": [
- "Before you are quizzed on HTML and accessibility, you first need to review the concepts.",
- "Open up this page to review concepts including the aria-hidden, aria-describedby, tabindex attributes and more."
+ "The following quiz will test your knowledge on the accessibility concepts you have learned so far."
]
},
"review-html": {