From 93aab9d459b5ccbfbeab06ad09ee6bcfc39edfb0 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Sat, 21 Sep 2013 16:14:19 +0200 Subject: [PATCH] typo --- public/js/controllers/groupsCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/controllers/groupsCtrl.js b/public/js/controllers/groupsCtrl.js index 032aaaf39c..f52291cf82 100644 --- a/public/js/controllers/groupsCtrl.js +++ b/public/js/controllers/groupsCtrl.js @@ -143,7 +143,7 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Groups', '$http', 'A } $scope.leave = function(group){ - if (confirm("Are you sure you want to delete this guild?") !== true) { + if (confirm("Are you sure you want to leave this guild?") !== true) { return; } group.$leave();