From 0fb5207e8d689b0ec05de25ac2942811a9ecbaf1 Mon Sep 17 00:00:00 2001 From: Stuart Taylor Date: Sat, 2 Jun 2018 12:28:06 +0100 Subject: [PATCH] Fix: Certification Claims (#17389) * fix(claim-certs): Fixes two typos making certification claims impossible * fix(challenge): Use correct id for Portfolio project --- common/app/routes/Settings/components/Cert-Settings.jsx | 4 ++-- .../09-certificates/responsive-web-design-certificate.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/app/routes/Settings/components/Cert-Settings.jsx b/common/app/routes/Settings/components/Cert-Settings.jsx index 983f808968..86d45afdd2 100644 --- a/common/app/routes/Settings/components/Cert-Settings.jsx +++ b/common/app/routes/Settings/components/Cert-Settings.jsx @@ -51,13 +51,13 @@ const mapStateToProps = createSelector( ...current }), {}), blockNameIsCertMap: { - 'Applied Responsive Web Design Projects': isRespWebDesignCert, + 'Responsive Web Design Projects': isRespWebDesignCert, /* eslint-disable max-len */ 'JavaScript Algorithms and Data Structures Projects': isJsAlgoDataStructCert, /* eslint-enable max-len */ 'Front End Libraries Projects': isFrontEndLibsCert, 'Data Visualization Projects': is2018DataVisCert, - 'API and Microservice Projects': isApisMicroservicesCert, + 'APIs and Microservices Projects': isApisMicroservicesCert, 'Information Security and Quality Assurance Projects': isInfosecQaCert, 'Legacy Front End Projects': isFrontEndCert, 'Legacy Back End Projects': isBackEndCert, diff --git a/seed/challenges/09-certificates/responsive-web-design-certificate.json b/seed/challenges/09-certificates/responsive-web-design-certificate.json index 73ccfc4780..60a02b14c3 100644 --- a/seed/challenges/09-certificates/responsive-web-design-certificate.json +++ b/seed/challenges/09-certificates/responsive-web-design-certificate.json @@ -27,7 +27,7 @@ "title": "Build a Technical Documentation Page" }, { - "id": "587d78b0367417b2b2512b06", + "id": "bd7158d8c242eddfaeb5bd13", "title": "Build a Personal Portfolio Webpage" } ]