diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json
index 1bea5c8db0c..0e0b48054ca 100644
--- a/client/i18n/locales/english/intro.json
+++ b/client/i18n/locales/english/intro.json
@@ -2419,14 +2419,14 @@
]
},
"review-basic-css": {
- "title": "Basic CSS Review",
+ "title": "CSS Fundamentals Review",
"intro": [
"Before you are quizzed on basic CSS concepts, you first need to review.",
"Open up this page to review concepts including margin, padding, CSS combinators, CSS specificity and more."
]
},
"quiz-basic-css": {
- "title": "Basic CSS Quiz",
+ "title": "CSS Fundamentals Quiz",
"intro": [
"Test what you've learned in this quiz of basic CSS knowledge."
]
@@ -7966,14 +7966,14 @@
]
},
"review-basic-css": {
- "title": "Basic CSS Review",
+ "title": "CSS Fundamentals Review",
"intro": [
"Before you are quizzed on basic CSS concepts, you first need to review.",
"Open up this page to review concepts including margin, padding, CSS combinators, CSS specificity and more."
]
},
"quiz-basic-css": {
- "title": "Basic CSS Quiz",
+ "title": "CSS Fundamentals Quiz",
"intro": [
"Test what you've learned in this quiz of basic CSS knowledge."
]
diff --git a/curriculum/challenges/english/blocks/quiz-basic-css/66ed8fa2f45ce3ece4053eab.md b/curriculum/challenges/english/blocks/quiz-basic-css/66ed8fa2f45ce3ece4053eab.md
index ca249f33f29..f473bb9813c 100644
--- a/curriculum/challenges/english/blocks/quiz-basic-css/66ed8fa2f45ce3ece4053eab.md
+++ b/curriculum/challenges/english/blocks/quiz-basic-css/66ed8fa2f45ce3ece4053eab.md
@@ -1,6 +1,6 @@
---
id: 66ed8fa2f45ce3ece4053eab
-title: Basic CSS Quiz
+title: CSS Fundamentals Quiz
challengeType: 8
dashedName: quiz-basic-css
---
diff --git a/curriculum/challenges/english/blocks/review-basic-css/671a887a7e62c75e9ab1ee4a.md b/curriculum/challenges/english/blocks/review-basic-css/671a887a7e62c75e9ab1ee4a.md
index 973a5237e67..6feff6230b4 100644
--- a/curriculum/challenges/english/blocks/review-basic-css/671a887a7e62c75e9ab1ee4a.md
+++ b/curriculum/challenges/english/blocks/review-basic-css/671a887a7e62c75e9ab1ee4a.md
@@ -1,6 +1,6 @@
---
id: 671a887a7e62c75e9ab1ee4a
-title: Basic CSS Review
+title: CSS Fundamentals Review
challengeType: 31
dashedName: review-basic-css
---
@@ -146,4 +146,4 @@ ul ~ p {
# --assignment--
-Review the Basic CSS topics and concepts.
+Review the CSS Fundamentals topics and concepts.
diff --git a/curriculum/structure/blocks/quiz-basic-css.json b/curriculum/structure/blocks/quiz-basic-css.json
index dffc881a659..fd53690c6a9 100644
--- a/curriculum/structure/blocks/quiz-basic-css.json
+++ b/curriculum/structure/blocks/quiz-basic-css.json
@@ -1,11 +1,11 @@
{
- "name": "Basic CSS Quiz",
+ "name": "CSS Fundamentals Quiz",
"blockLabel": "quiz",
"blockLayout": "link",
"isUpcomingChange": false,
"dashedName": "quiz-basic-css",
"challengeOrder": [
- { "id": "66ed8fa2f45ce3ece4053eab", "title": "Basic CSS Quiz" }
+ { "id": "66ed8fa2f45ce3ece4053eab", "title": "CSS Fundamentals Quiz" }
],
"helpCategory": "HTML-CSS"
}
diff --git a/curriculum/structure/blocks/review-basic-css.json b/curriculum/structure/blocks/review-basic-css.json
index 9afddf89ccd..c6b86d6d349 100644
--- a/curriculum/structure/blocks/review-basic-css.json
+++ b/curriculum/structure/blocks/review-basic-css.json
@@ -1,11 +1,11 @@
{
- "name": "Basic CSS Review",
+ "name": "CSS Fundamentals Review",
"blockLabel": "review",
"blockLayout": "link",
"isUpcomingChange": false,
"dashedName": "review-basic-css",
"challengeOrder": [
- { "id": "671a887a7e62c75e9ab1ee4a", "title": "Basic CSS Review" }
+ { "id": "671a887a7e62c75e9ab1ee4a", "title": "CSS Fundamentals Review" }
],
"helpCategory": "HTML-CSS"
}