From 4c05ea9de064c4a1a7e31ead2cdfeb7b78889bfd Mon Sep 17 00:00:00 2001 From: DanielRosa74 <58576743+DanielRosa74@users.noreply.github.com> Date: Fri, 20 Dec 2024 18:54:24 -0300 Subject: [PATCH] feat(curriculum): add intro and set upcomingChange flag to false for block 5 of B1 (#57650) --- client/i18n/locales/english/intro.json | 4 +++- .../_meta/learn-how-to-plan-future-events/meta.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 4ed4cd6437f..ac24483c9b0 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -1601,7 +1601,9 @@ }, "learn-how-to-plan-future-events": { "title": "Learn How to Plan Future Events", - "intro": ["", ""] + "intro": [ + "In this course, you will learn to use the different forms of the future to plan for upcoming events." + ] }, "learn-future-continuous-while-describing-actions": { "title": "Learn Future Continuous while Describing Actions", diff --git a/curriculum/challenges/_meta/learn-how-to-plan-future-events/meta.json b/curriculum/challenges/_meta/learn-how-to-plan-future-events/meta.json index f00c7868332..fc641c36b6c 100644 --- a/curriculum/challenges/_meta/learn-how-to-plan-future-events/meta.json +++ b/curriculum/challenges/_meta/learn-how-to-plan-future-events/meta.json @@ -1,6 +1,6 @@ { "name": "Learn How to Plan Future Events", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "learn-how-to-plan-future-events", "order": 4, "superBlock": "b1-english-for-developers",