diff --git a/src/app/settings/sponsored-families.component.html b/src/app/settings/sponsored-families.component.html index 6d1c389974..8ca5d8b21a 100644 --- a/src/app/settings/sponsored-families.component.html +++ b/src/app/settings/sponsored-families.component.html @@ -24,7 +24,6 @@ - {{'sponsoredFamiliesLeaveCopy' | i18n}}
@@ -36,20 +35,23 @@
-
- - - - - - - - - - - - - -
{{'recipient' | i18n}}{{'sponsoringOrg' | i18n}}
-
+ +
+ + + + + + + + + + + + + +
{{'recipient' | i18n}}{{'sponsoringOrg' | i18n}}
+
+ {{'sponsoredFamiliesLeaveCopy' | i18n}} +
diff --git a/src/app/settings/sponsoring-org-row.component.html b/src/app/settings/sponsoring-org-row.component.html index 497abe5c58..6aceee2d92 100644 --- a/src/app/settings/sponsoring-org-row.component.html +++ b/src/app/settings/sponsoring-org-row.component.html @@ -3,16 +3,24 @@ {{sponsoringOrg.name}} - - + diff --git a/src/app/settings/sponsoring-org-row.component.ts b/src/app/settings/sponsoring-org-row.component.ts index ff774666b5..c5ed67bd18 100644 --- a/src/app/settings/sponsoring-org-row.component.ts +++ b/src/app/settings/sponsoring-org-row.component.ts @@ -32,8 +32,6 @@ export class SponsoringOrgRowComponent { try { this.revokeSponsorshipPromise = this.doRevokeSponsorship(); await this.revokeSponsorshipPromise; - this.toasterService.popAsync('success', null, this.i18nService.t('reclaimedFreePlan')); - this.sponsorshipRemoved.emit(); } catch (e) { this.logService.error(e); } @@ -59,5 +57,7 @@ export class SponsoringOrgRowComponent { } await this.apiService.deleteRevokeSponsorship(this.sponsoringOrg.id); + this.toasterService.popAsync('success', null, this.i18nService.t('reclaimedFreePlan')); + this.sponsorshipRemoved.emit(); } } diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json index 8b117d232b..74d6138258 100644 --- a/src/locales/en/messages.json +++ b/src/locales/en/messages.json @@ -4525,7 +4525,7 @@ "message": "Enter your personal email to redeem Bitwarden Families" }, "sponsoredFamiliesLeaveCopy": { - "message": "If you leave or are removed from this organization, your Families plan will expire at the end of the billing period." + "message": "If you leave or are removed from the sponsoring organization, your Families plan will expire at the end of the billing period." }, "acceptBitwardenFamiliesHelp": { "message": "Accept offer for an existing organization or create a new Families organization."