From e8bcbb5bb68499337acee6eb285d28d7c997fd79 Mon Sep 17 00:00:00 2001 From: DanielRosa74 <58576743+DanielRosa74@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:35:13 -0300 Subject: [PATCH] feat(curriculum): intro.json and meta.json changes to release block 7 of the B1 course of the English Curriculum (#58476) Co-authored-by: Nielda Karla <90112119+nieldakarla@users.noreply.github.com> Co-authored-by: Oliver Eyton-Williams --- client/i18n/locales/english/intro.json | 4 +++- .../challenges/_meta/learn-how-to-use-conditionals/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 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",