fix typo
This commit is contained in:
@ -278,8 +278,8 @@ module.exports = function(app) {
|
|||||||
if (user.isLocked) {
|
if (user.isLocked) {
|
||||||
req.flash('errors', {
|
req.flash('errors', {
|
||||||
msg: dedent`
|
msg: dedent`
|
||||||
${username} has chose to make their profile
|
${username} has chosen to make their profile
|
||||||
private. They will need to make their profile public
|
private. They will need to make their profile public
|
||||||
in order for others to be able to view their certificate.
|
in order for others to be able to view their certificate.
|
||||||
`
|
`
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user