mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-26 16:53:52 +00:00
typo
This commit is contained in:
parent
f816947b8e
commit
93aab9d459
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue