1
0
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:
cyprain-okeke
2025-05-30 15:34:29 +01:00
committed by GitHub
parent 85cef971c6
commit 291341c987
2 changed files with 14 additions and 1 deletions

View File

@@ -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),
)