From df3a00c66d46824916827df7406d07a2a363ef30 Mon Sep 17 00:00:00 2001 From: Aditya Kumar <68176618+AdityaInnovates@users.noreply.github.com> Date: Sat, 26 Oct 2024 14:54:17 +0530 Subject: [PATCH] fix(curriculum): intro for basic HTML review page (#56886) Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com> --- client/i18n/locales/english/intro.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 452659f650ed32..cad8767419e5bc 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -1738,7 +1738,9 @@ }, "review-basic-html": { "title": "Basic HTML Review", - "intro": ["Review the basic HTML topics."] + "intro": [ + "Before you are quizzed on the HTML knowledge you have gained so far, you first need to review the concepts. Open up this review page to see which concepts you need to review." + ] }, "quiz-basic-html": { "title": "Basic HTML Quiz",