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",