From 1605dbb21fa6fb9fe91fc57da0044162e6b5fd93 Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Wed, 15 Dec 2021 19:14:21 -0600 Subject: [PATCH] fix: grammar in private profile flash message (#44510) --- 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 3a0bbc5ff3..aeeb29790e 100644 --- a/client/i18n/locales/english/translations.json +++ b/client/i18n/locales/english/translations.json @@ -462,7 +462,7 @@ "username-not-found": "We could not find a user with the username \"{{username}}\"", "add-name": "This user needs to add their name to their account in order for others to be able to view their certification.", "not-eligible": "This user is not eligible for freeCodeCamp.org certifications at this time.", - "profile-private": "{{username}} has chosen to make their portfolio private. They will need to make their portfolio public in order for others to be able to view their certification.", + "profile-private": "{{username}} has chosen to make their profile private. They will need to make their profile public in order for others to be able to view their certification.", "certs-private": "{{username}} has chosen to make their certifications private. They will need to make their certifications public in order for others to be able to view them.", "not-honest": "{{username}} has not yet agreed to our Academic Honesty Pledge.", "user-not-certified": "It looks like user {{username}} is not {{cert}} certified",