Skip to content

Commit e8bcbb5

Browse files
DanielRosa74nieldakarlaojeytonwilliams
authored
feat(curriculum): intro.json and meta.json changes to release block 7 of the B1 course of the English Curriculum (freeCodeCamp#58476)
Co-authored-by: Nielda Karla <90112119+nieldakarla@users.noreply.github.com> Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
1 parent 0d9d938 commit e8bcbb5

File tree

2 files changed

+4
-2
lines changed
  • client/i18n/locales/english
  • curriculum/challenges/_meta/learn-how-to-use-conditionals

2 files changed

+4
-2
lines changed

client/i18n/locales/english/intro.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,9 @@
16131613
},
16141614
"learn-how-to-use-conditionals": {
16151615
"title": "Learn How to Use Conditionals",
1616-
"intro": ["", ""]
1616+
"intro": [
1617+
"In this course, you will learn to use the conditional sentences to describe hypothetical outcomes depending on the fact that certain conditions are met."
1618+
]
16171619
},
16181620
"learn-how-to-share-feedback": {
16191621
"title": "Learn How to Share Feedback",

curriculum/challenges/_meta/learn-how-to-use-conditionals/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Learn How to Use Conditionals",
3-
"isUpcomingChange": true,
3+
"isUpcomingChange": false,
44
"dashedName": "learn-how-to-use-conditionals",
55
"order": 6,
66
"superBlock": "b1-english-for-developers",

0 commit comments

Comments
 (0)