mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): rename lab title to Build an Apply Discount Function (#66116)
This commit is contained in:
@@ -4055,7 +4055,7 @@
|
||||
]
|
||||
},
|
||||
"lab-discount-calculator": {
|
||||
"title": "Build a Discount Calculator",
|
||||
"title": "Build an Apply Discount Function",
|
||||
"intro": [
|
||||
"In this lab, you will practice basic Python by building a calculator to apply a discount to a price."
|
||||
]
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
{
|
||||
"name": "Build a Discount Calculator",
|
||||
"name": "Build an Apply Discount Function",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "lab-discount-calculator",
|
||||
"challengeOrder": [
|
||||
{ "id": "695774002591bbc5f8cf3e53", "title": "Build a Discount Calculator" }
|
||||
{
|
||||
"id": "695774002591bbc5f8cf3e53",
|
||||
"title": "Build an Apply Discount Function"
|
||||
}
|
||||
],
|
||||
"helpCategory": "Python",
|
||||
"blockLayout": "link",
|
||||
|
||||
Reference in New Issue
Block a user