fix(client): add beta back to a2-english (#64368)

This commit is contained in:
Shaun Hamilton
2025-12-08 10:36:39 +02:00
committed by GitHub
parent a28ff5d2cd
commit 39eb3e0f34
6 changed files with 6 additions and 6 deletions

View File

@@ -1394,7 +1394,7 @@
}
},
"a2-english-for-developers": {
"title": "A2 English for Developers Certification",
"title": "A2 English for Developers Certification (Beta)",
"intro": [
"In this English for Developers Curriculum, you'll learn the essentials of English communication. This will follow the A2 level of the Common European Framework of Reference (CEFR). And we've focused on vocabulary that is particularly useful for developers.",
"The first half of the curriculum will help you get comfortable with English grammar and usage. It will give you tons of hands-on practice. You'll learn basics like introducing yourself, making small talk, and discussing your work.",

View File

@@ -1229,7 +1229,7 @@
"foundational-c-sharp-with-microsoft": "Foundational C# with Microsoft",
"foundational-c-sharp-with-microsoft-cert": "Foundational C# with Microsoft Certification",
"a2-english-for-developers": "A2 English for Developers",
"a2-english-for-developers-cert": "A2 English for Developers Certification",
"a2-english-for-developers-cert": "A2 English for Developers Certification (Beta)",
"b1-english-for-developers": "B1 English for Developers",
"b1-english-for-developers-cert": "B1 English for Developers Certification",
"responsive-web-design-v9": "Responsive Web Design",

View File

@@ -56,7 +56,7 @@ export const getCertifications = (user: User) => {
currentCerts: [
{
show: isA2EnglishCert,
title: 'A2 English for Developers Certification',
title: 'A2 English for Developers Certification (Beta)',
certSlug: Certification.A2English
},
{

View File

@@ -30,7 +30,7 @@ export const ConditionalDonationAlert = ({
}: ConditionalDonationAlertProps): JSX.Element | null => {
const { t } = useTranslation();
const betaCertifications: SuperBlocks[] = [];
const betaCertifications: SuperBlocks[] = [SuperBlocks.A2English];
const unfinishedCertifications = [
SuperBlocks.B1English,

View File

@@ -1,5 +1,5 @@
id: 651dd7e01d697d0aab7833b7
title: A2 English for Developers Certification
title: A2 English for Developers Certification (Beta)
certification: a2-english-for-developers
challengeType: 7
tests:

View File

@@ -36,7 +36,7 @@ const LANDING_PAGE_LINKS = [
},
{
slug: 'a2-english-for-developers',
name: 'A2 English for Developers Certification'
name: 'A2 English for Developers Certification (Beta)'
},
{
slug: 'b1-english-for-developers',