From 9b4b6a241ca9e1e02c483e72fb82c2c3551f5957 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Sun, 10 Jan 2016 19:41:50 -0600 Subject: [PATCH] fix typo --- server/boot/user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. ` });