diff --git a/app/message-star/server/starMessage.js b/app/message-star/server/starMessage.js index 9ec8893d3280c..4f9d58400f5ec 100644 --- a/app/message-star/server/starMessage.js +++ b/app/message-star/server/starMessage.js @@ -14,7 +14,7 @@ Meteor.methods({ if (!settings.get('Message_AllowStarring')) { throw new Meteor.Error('error-action-not-allowed', 'Message starring not allowed', { - method: 'pinMessage', + method: 'starMessage', action: 'Message_starring', }); }