From fa753e4cb8c8dad7d0fb8f5b4b10918d4694e0ad Mon Sep 17 00:00:00 2001 From: Swetha Ganapathi Raman Date: Fri, 25 Oct 2024 13:58:58 -0700 Subject: [PATCH] fix(curriculum): update intro text for HTML tables and forms quiz (#56876) --- client/i18n/locales/english/intro.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 48005a7d6fb..b3ca5fc8f3e 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -1796,7 +1796,7 @@ "quiz-html-tables-and-forms": { "title": "HTML Tables and Forms Quiz", "intro": [ - "Test what you've learned in this quiz of HTML tables and forms." + "The following quiz will test your knowledge of HTML tables and forms." ] }, "ghoc": { "title": "25", "intro": [] },