mirror of
https://github.com/bitwarden/browser
synced 2026-01-08 03:23:50 +00:00
Changes the revoke message (#14963)
This commit is contained in:
@@ -160,7 +160,7 @@ export class FreeBitwardenFamiliesComponent implements OnInit {
|
||||
private async doRevokeSponsorship(sponsorship: OrganizationSponsorshipInvitesResponse) {
|
||||
const content = sponsorship.validUntil
|
||||
? this.i18nService.t(
|
||||
"updatedRevokeSponsorshipConfirmationForAcceptedSponsorship",
|
||||
"revokeActiveSponsorshipConfirmation",
|
||||
sponsorship.friendlyName,
|
||||
formatDate(sponsorship.validUntil, "MM/dd/yyyy", this.locale),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user