mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-26 21:24:08 +00:00
correcting quest abort message
This commit is contained in:
parent
4f02ccb3b0
commit
dc7a6175e3
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Shared', 'Groups', '
|
||||||
}
|
}
|
||||||
|
|
||||||
$scope.questAbort = function(){
|
$scope.questAbort = function(){
|
||||||
if (!confirm("Are you sure you want to abort this mission? It will abort it for everyone in your party, and you'll lose your quest scroll.")) return;
|
if (!confirm("Are you sure you want to abort this mission? It will abort it for everyone in your party, all progress will be lost.")) return;
|
||||||
if (!confirm("Are you double sure? Make sure they won't hate you forever!")) return;
|
if (!confirm("Are you double sure? Make sure they won't hate you forever!")) return;
|
||||||
$rootScope.party.$questAbort();
|
$rootScope.party.$questAbort();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue