diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 60312f669bd..9323e6ef582 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -2612,6 +2612,12 @@ "You'll practice how to use variables and basic strings." ] }, + "lab-sentence-maker": { + "title": "Build a Sentence Maker", + "intro": [ + "In this lab, you'll create different stories by assigning different words to different variables." + ] + }, "lecture-working-with-data-types": { "title": "Working with Data Types", "intro": [ @@ -2737,12 +2743,6 @@ "You'll practice string slicing, concatenation, and using functions." ] }, - "lab-sentence-maker": { - "title": "Build a Sentence Maker", - "intro": [ - "In this lab, you'll create different stories by assigning different words to different variables." - ] - }, "workshop-loan-qualification-checker": { "title": "Build a Loan Qualification Checker", "intro": [ diff --git a/curriculum/superblock-structure/full-stack.json b/curriculum/superblock-structure/full-stack.json index 4d5a44391bc..76607756271 100644 --- a/curriculum/superblock-structure/full-stack.json +++ b/curriculum/superblock-structure/full-stack.json @@ -302,6 +302,7 @@ { "dashedName": "lecture-introduction-to-javascript" }, { "dashedName": "workshop-greeting-bot" }, { "dashedName": "lab-javascript-trivia-bot" }, + { "dashedName": "lab-sentence-maker" }, { "dashedName": "lecture-working-with-data-types" }, { "dashedName": "review-javascript-variables-and-data-types" }, { "dashedName": "quiz-javascript-variables-and-data-types" }, @@ -338,7 +339,6 @@ { "dashedName": "lecture-working-with-functions" }, { "dashedName": "workshop-calculator" }, { "dashedName": "lab-email-masker" }, - { "dashedName": "lab-sentence-maker" }, { "dashedName": "workshop-loan-qualification-checker" }, { "dashedName": "lab-leap-year-calculator" }, { "dashedName": "review-javascript-functions" },