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:
Keith Holliday
2017-03-09 14:27:52 -07:00
committed by GitHub
parent c26b884bc7
commit d70d39cc49
4 changed files with 12 additions and 5 deletions

View File

@@ -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;