1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-03-10 13:09:37 +01: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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),
),

View File

@ -10104,8 +10104,8 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
"resellerRenewalWarning": {
"message": "Your subscription will renew soon. To insure uninterrupted service, contact $RESELLER$ to confirm your renewal before $RENEWAL_DATE$.",
"resellerRenewalWarningMsg": {
"message": "Your subscription will renew soon. To ensure uninterrupted service, contact $RESELLER$ to confirm your renewal before $RENEWAL_DATE$.",
"placeholders": {
"reseller": {
"content": "$1",
@ -10117,8 +10117,8 @@
}
}
},
"resellerOpenInvoiceWarning": {
"message": "An invoice for your subscription was issued on $ISSUED_DATE$. To insure uninterrupted service, contact $RESELLER$ to confirm your renewal before $DUE_DATE$.",
"resellerOpenInvoiceWarningMgs": {
"message": "An invoice for your subscription was issued on $ISSUED_DATE$. To ensure uninterrupted service, contact $RESELLER$ to confirm your renewal before $DUE_DATE$.",
"placeholders": {
"reseller": {
"content": "$1",
@ -10134,8 +10134,8 @@
}
}
},
"resellerPastDueWarning": {
"message": "The invoice for your subscription has not been paid. To insure uninterrupted service, contact $RESELLER$ to confirm your renewal before $GRACE_PERIOD_END$.",
"resellerPastDueWarningMsg": {
"message": "The invoice for your subscription has not been paid. To ensure uninterrupted service, contact $RESELLER$ to confirm your renewal before $GRACE_PERIOD_END$.",
"placeholders": {
"reseller": {
"content": "$1",