This commit is contained in:
Matteo Pagliazzi
2013-09-21 16:14:19 +02:00
parent f816947b8e
commit 93aab9d459

View File

@@ -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();