From 68876c38704cb3da4ac06cbb3833a3a7e9cf80f1 Mon Sep 17 00:00:00 2001
From: AbhilashK26 <137639128+AbhilashK26@users.noreply.github.com>
Date: Sat, 26 Oct 2024 13:08:54 +0530
Subject: [PATCH] fix(curriculum): updated intro text for book catalog table
lab (#56880)
---
client/i18n/locales/english/intro.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json
index f46b800f22f..452659f650e 100644
--- a/client/i18n/locales/english/intro.json
+++ b/client/i18n/locales/english/intro.json
@@ -1788,7 +1788,8 @@
"lab-book-catalog-table": {
"title": "Build a Book Catalog Table",
"intro": [
- "In this lab, you will create table filled with book information."
+ "In this lab, you will review working with HTML tables by building a table filled with book information.",
+ "This lab will give you an opportunity to practice working with the different table components like the Table Head, Table Row and Table Data Cell elements."
]
},
"rsve": { "title": "22", "intro": [] },