From 22d26e83bb153a97ee1875616aeeef7e2a9e3251 Mon Sep 17 00:00:00 2001 From: Dario-DC <105294544+Dario-DC@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:05:48 +0200 Subject: [PATCH] fix(curriculum): rename block in intro.json (#56269) --- client/i18n/locales/english/intro.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index e4e1b42470f..8d9b4b05cc7 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -2451,7 +2451,7 @@ "kwmg": { "title": "294", "intro": [] }, "nodx": { "title": "295", "intro": [] }, "erfj": { "title": "296", "intro": [] }, - "quiz-react": { + "quiz-react-basics": { "title": "React Basics Quiz", "intro": ["Test what you've learned in this quiz on React Basics."] },