From a67999243aa69da7b4120e644e69f603f81da13d Mon Sep 17 00:00:00 2001 From: Chibuike Chijioke <103711331+Chisquare7@users.noreply.github.com> Date: Sun, 27 Oct 2024 09:10:39 +0100 Subject: [PATCH] fix(curriculum): description for working with media lecture block. (#56911) --- client/i18n/locales/english/intro.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index a2e22bfd593..0c2bd5f80e0 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -1726,7 +1726,9 @@ }, "lecture-working-with-media": { "title": "Working with Media", - "intro": ["Learn about using media in HTML with these lecture videos."] + "intro": [ + "In these lecture videos, you will learn how to work with the audio and video elements as well as with SVG's and more." + ] }, "lab-video-compilation-page": { "title": "Build a Video Compilation Page",