diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 3aab04d3528..42839f12e3f 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -1613,7 +1613,9 @@ }, "learn-how-to-use-conditionals": { "title": "Learn How to Use Conditionals", - "intro": ["", ""] + "intro": [ + "In this course, you will learn to use the conditional sentences to describe hypothetical outcomes depending on the fact that certain conditions are met." + ] }, "learn-how-to-share-feedback": { "title": "Learn How to Share Feedback", diff --git a/curriculum/challenges/_meta/learn-how-to-use-conditionals/meta.json b/curriculum/challenges/_meta/learn-how-to-use-conditionals/meta.json index fef80084645..1c155824de6 100644 --- a/curriculum/challenges/_meta/learn-how-to-use-conditionals/meta.json +++ b/curriculum/challenges/_meta/learn-how-to-use-conditionals/meta.json @@ -1,6 +1,6 @@ { "name": "Learn How to Use Conditionals", - "isUpcomingChange": true, + "isUpcomingChange": false, "dashedName": "learn-how-to-use-conditionals", "order": 6, "superBlock": "b1-english-for-developers",