diff --git a/src/controllers/user.js b/src/controllers/user.js index 186f662a5e..b23e601ba2 100644 --- a/src/controllers/user.js +++ b/src/controllers/user.js @@ -347,7 +347,7 @@ api.cast = function(req, res) { uuid: user._id, contributor: user.contributor && user.contributor.toObject(), backer: user.backer && user.backer.toObject(), - text: '`casts ' + spell.text + ' on ' + (type == 'user' ? '@'+found.profile.name : 'the party') + '`', + text: '`casts ' + spell.text + (type == 'user' ? ' on @'+found.profile.name : ' for the party') + '.`', user: '<'+user.profile.name+'>', timestamp: +new Date });