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": [] },