From f750cb2ad1c7daf75c062df1fa423ed869f9e330 Mon Sep 17 00:00:00 2001 From: Diem-Trang Pham <6422507+pdtrang@users.noreply.github.com> Date: Wed, 19 Nov 2025 20:48:32 -0600 Subject: [PATCH] fix(client): remove completion message from pop up modal for certification projects (#63984) --- client/i18n/locales/english/translations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/i18n/locales/english/translations.json b/client/i18n/locales/english/translations.json index efa4820ca43..83bc72dbb3c 100644 --- a/client/i18n/locales/english/translations.json +++ b/client/i18n/locales/english/translations.json @@ -497,7 +497,7 @@ "download-solution": "Download my solution", "download-results": "Download my results", "percent-complete": "{{percent}}% complete", - "project-complete": "Completed {{completedChallengesInBlock}} of {{totalChallengesInBlock}} certification projects", + "project-complete": "Completed", "tried-rsa": "If you've already tried the <0>Read-Search-Ask method, then you can ask for help on the freeCodeCamp forum.", "read-search-ask-checkbox": "I have tried the <0>Read-Search-Ask method", "similar-questions-checkbox": "I have searched for <0>similar questions that have already been answered on the forum",