1
0
mirror of https://github.com/bitwarden/browser synced 2026-03-02 03:21:19 +00:00

refactor(email-verification-feature-flag): [PM-7882] Email Verification - Fixed typo and one more form control.

This commit is contained in:
Patrick Pimentel
2025-01-06 11:02:46 -05:00
parent 98428ec7f3
commit d47fe66f1e
7 changed files with 16 additions and 22 deletions

View File

@@ -97,7 +97,7 @@ export class FamiliesForEnterpriseSetupComponent implements OnInit, OnDestroy {
if (this.preValidateSponsorshipResponse.isFreeFamilyPolicyEnabled) {
this.toastService.showToast({
variant: "error",
title: this.i18nService.t("errorOccured"),
title: this.i18nService.t("errorOccurred"),
message: this.i18nService.t("offerNoLongerValid"),
});