From 62c9fd606d05de2ce13794880d41cef7d213cc2a Mon Sep 17 00:00:00 2001 From: Hugo Almeida Date: Fri, 21 Feb 2025 18:23:43 -0300 Subject: [PATCH] fix(i18n): add punctuation to intro text (#58935) Co-authored-by: hv90 --- client/i18n/locales/english/intro.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index be14f2589d2..4ce65fd4ae9 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -2921,7 +2921,7 @@ "workshop-library-manager": { "title": "Build a Library Manager", "intro": [ - "In this workshop, you will learn higher order array methods by building a library manager" + "In this workshop, you will learn higher order array methods by building a library manager." ] }, "lab-book-organizer": { @@ -3171,7 +3171,7 @@ "lecture-working-with-maps-and-sets": { "title": "Working with Maps and Sets", "intro": [ - "In these lecture videos, you will learn about JavaScript Map and Set. You will also learn how they both differ from WeakSets and WeakMaps" + "In these lecture videos, you will learn about JavaScript Map and Set. You will also learn how they both differ from WeakSets and WeakMaps." ] }, "workshop-plant-nursery-catalog": {