fix(learn): standardize use of front-end, full-stack, back-end (#65976)

This commit is contained in:
majestic-owl448
2026-02-21 04:08:16 +01:00
committed by GitHub
parent c397879ce2
commit b249098466
260 changed files with 786 additions and 787 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ function renderCertifiedEmail({
}) {
const certifiedEmailTemplate = `Hi ${name || username},
Congratulations on completing the Certified Full Stack Developer Curriculum!
Congratulations on completing the Certified Full-Stack Developer Curriculum!
All of your certifications are now live at: https://www.freecodecamp.org/${username}
@@ -380,7 +380,7 @@ export const protectedCertificateRoutes: FastifyPluginCallbackTypebox = (
to: email,
from: 'quincy@freecodecamp.org',
subject:
'Congratulations on completing the Certified Full Stack Developer Curriculum!',
'Congratulations on completing the Certified Full-Stack Developer Curriculum!',
text: renderCertifiedEmail({
username: updatedUser.username,
// Safety: `user.name` is required to exist earlier. TODO: Assert