diff --git a/hourglass/server/main.js b/hourglass/server/main.js index 3c63865..97ca9f9 100644 --- a/hourglass/server/main.js +++ b/hourglass/server/main.js @@ -71,7 +71,7 @@ Meteor.methods({ Meteor.users.update({_id: Meteor.userId()}, {$set: {profile: current}}); return 1 } else { - throw "You are the admin of this class. Transfer ownership in order to leave this class." + throw "You are currently the admin of this class. Transfer ownership in order to leave this class." } }