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