From 3f7ad26a00a97f9b0b72f4fbc9727d8aaaa07137 Mon Sep 17 00:00:00 2001 From: Sem Bauke Date: Fri, 17 Oct 2025 12:48:12 +0200 Subject: [PATCH] chore(client): remove note for Project Euler and Rosetta Code (#62871) --- client/i18n/locales/english/intro.json | 1 - 1 file changed, 1 deletion(-) diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index efbc1303553..3bb917e7c61 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -1161,7 +1161,6 @@ "This section contains dozens of coding challenges that test your knowledge of algorithms, data structures, and mathematics. It also has a number of take-home projects you can use to strengthen your skills, or add to your portfolio.", "This work incorporates material from Wikipedia, which is licensed under the Creative Commons Attribution-ShareAlike License 4.0. The original content might have been modified and adapted. For the unaltered version and additional details, see the original page on Wikipedia." ], - "note": "The Project Euler Project and Rosetta Code have been moved to their own courses. Go back to the curriculum to see the list of courses we offer.", "blocks": { "algorithms": { "title": "Algorithms",