From 7d3e2b60fc03c47c8cfe2c82834a21452c98f514 Mon Sep 17 00:00:00 2001 From: yamanq Date: Wed, 10 Aug 2016 05:06:57 -0400 Subject: [PATCH] leavclass error throw --- hourglass/server/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." } }