feat(curriculum): add intro and set upcomingChange flag to false for block 5 of B1 (#57650)

This commit is contained in:
DanielRosa74
2024-12-20 18:54:24 -03:00
committed by GitHub
parent 3cf0b74964
commit 4c05ea9de0
2 changed files with 4 additions and 2 deletions

View File

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

View File

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