1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-03 17:13:47 +00:00

[PM-15814]Alert owners of reseller-managed orgs to renewal events (#12834)

* Makes changes on the text

* Rename the message names
This commit is contained in:
cyprain-okeke
2025-01-13 18:12:24 +01:00
committed by GitHub
parent 52b6bfea1d
commit 698479eb5a
2 changed files with 9 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ export class ResellerWarningService {
return {
type: "warning",
message: this.i18nService.t(
"resellerPastDueWarning",
"resellerPastDueWarningMsg",
organization.providerName,
this.formatDate(gracePeriodEnd),
),
@@ -50,7 +50,7 @@ export class ResellerWarningService {
return {
type: "info",
message: this.i18nService.t(
"resellerOpenInvoiceWarning",
"resellerOpenInvoiceWarningMgs",
organization.providerName,
this.formatDate(organizationBillingMetadata.invoiceCreatedDate),
this.formatDate(organizationBillingMetadata.invoiceDueDate),
@@ -68,7 +68,7 @@ export class ResellerWarningService {
return {
type: "info",
message: this.i18nService.t(
"resellerRenewalWarning",
"resellerRenewalWarningMsg",
organization.providerName,
this.formatDate(organizationBillingMetadata.subPeriodEndDate),
),