From a73a1c4ec4a7aa3ff345fe6211fcdee738e8c1da Mon Sep 17 00:00:00 2001 From: Manas Kumar Pradhan <125083715+pkmanas22@users.noreply.github.com> Date: Sat, 26 Oct 2024 22:37:43 +0530 Subject: [PATCH] fix(curriculum): - update description for recipe lab (#56897) Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com> --- 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 299de955563..624d76d4ed7 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -1711,7 +1711,7 @@ "lab-recipe-page": { "title": "Build a Recipe Page", "intro": [ - "For this lab, you will create a web page of your favorite recipe." + "For this lab, you will review HTML basics by creating a web page of your favorite recipe. This lab will give you an opportunity to review working with an HTML boilerplate, headings, lists and images." ] }, "lecture-html-fundamentals": {