diff --git a/server/boot/user.js b/server/boot/user.js index 1292567886..801f1cf92d 100644 --- a/server/boot/user.js +++ b/server/boot/user.js @@ -278,8 +278,8 @@ module.exports = function(app) { if (user.isLocked) { req.flash('errors', { msg: dedent` - ${username} has chose to make their profile - private. They will need to make their profile public + ${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 certificate. ` });