diff --git a/bigbluebutton-html5/imports/api/users/server/handlers/validateAuthToken.js b/bigbluebutton-html5/imports/api/users/server/handlers/validateAuthToken.js index 4627b852818843271145510a4fdab92b1cec12bf..1a50aa0b398789fd64ac14347416bb56e0c5d853 100644 --- a/bigbluebutton-html5/imports/api/users/server/handlers/validateAuthToken.js +++ b/bigbluebutton-html5/imports/api/users/server/handlers/validateAuthToken.js @@ -23,7 +23,7 @@ export default function handleValidateAuthToken({ payload }) { if (!User) { throw new Meteor.Error( - 'user-not-found', `You need a valid user to be able to set presenter`); + 'user-not-found', `You need a valid user to be able validate the token`); } if (User.validated === validStatus) {