From 9caeb30b141411c4e2298832ec9934ab106aa9d8 Mon Sep 17 00:00:00 2001 From: Diem-Trang Pham <6422507+pdtrang@users.noreply.github.com> Date: Fri, 31 Oct 2025 16:58:56 -0500 Subject: [PATCH] fix(client): Correct B1 English super block title (#63408) --- client/i18n/locales/english/intro.json | 2 +- e2e/map.spec.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 0c2b08d7ee1..1bea5c8db0c 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -1573,7 +1573,7 @@ } }, "b1-english-for-developers": { - "title": "B1 English for Developers (Beta) Certification", + "title": "B1 English for Developers Certification (Beta)", "intro": [ "In this English for Developers Curriculum, you'll learn the essentials of English communication. This will follow the B1 level of the Common European Framework of Reference (CEFR). And we've focused on vocabulary that is particularly useful for developers.", "It will help you strengthen your foundational skills while introducing more complex grammar and usage. You'll learn how to describe places and things, share past experiences, and confidently use tenses like Present Perfect and Future. Practical communication strategies are included as well, such as managing conversations, expressing opinions, and building agreement or disagreement in discussions.", diff --git a/e2e/map.spec.ts b/e2e/map.spec.ts index 635f9fbd51a..86d50b2be86 100644 --- a/e2e/map.spec.ts +++ b/e2e/map.spec.ts @@ -16,7 +16,7 @@ const LANDING_PAGE_LINKS = [ }, { slug: 'b1-english-for-developers', - name: 'B1 English for Developers (Beta) Certification' + name: 'B1 English for Developers Certification (Beta)' }, { slug: 'foundational-c-sharp-with-microsoft',