mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
typo
This commit is contained in:
@@ -143,7 +143,7 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Groups', '$http', 'A
|
|||||||
}
|
}
|
||||||
|
|
||||||
$scope.leave = function(group){
|
$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;
|
return;
|
||||||
}
|
}
|
||||||
group.$leave();
|
group.$leave();
|
||||||
|
|||||||
Reference in New Issue
Block a user