Skip to content

Commit

Permalink
fix(i18n):update intro text for event hub lab (freeCodeCamp#56892)
Browse files Browse the repository at this point in the history
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
  • Loading branch information
Subas-mohanty and gikf authored Oct 26, 2024
1 parent 842e2ae commit 215746a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/i18n/locales/english/intro.json
Original file line number Diff line number Diff line change
Expand Up @@ -1758,7 +1758,8 @@
"lab-event-hub": {
"title": "Build an Event Hub",
"intro": [
"In this lab, you will build an event hub using semantic HTML."
"In this lab, you will review working with semantic HTML elements by building an event hub.",
"This lab will give you an opportunity to review working with the <code>header</code>, <code>nav</code>, <code>article</code> elements."
]
},
"ijdq": { "title": "14", "intro": [] },
Expand Down

0 comments on commit 215746a

Please sign in to comment.