diff --git a/server/boot/certificate.js b/server/boot/certificate.js index 400d756bcc..c35e97127b 100644 --- a/server/boot/certificate.js +++ b/server/boot/certificate.js @@ -145,8 +145,8 @@ export default function certificate(app) { } return res.status(200).send( dedent` - Looks like you have not completed the neccessary steps, - Please return the map + Looks like you have not completed the neccessary steps. + Please return to the challenge map. ` ); },