mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Group plans copy changes (#8546)
* Added new message for when user has group plan * Changed subscription wording to group plan * Updated copy
This commit is contained in:
@@ -296,6 +296,7 @@ function($rootScope, User, $http, Content) {
|
||||
}
|
||||
|
||||
Payments.cancelSubscription = function(config) {
|
||||
if (config && config.group && !confirm(window.env.t('confirmCancelGroupPlan'))) return;
|
||||
if (!confirm(window.env.t('sureCancelSub'))) return;
|
||||
|
||||
var group;
|
||||
|
||||
Reference in New Issue
Block a user