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:
@@ -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),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user