mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
changeBillingPlanUpgrade
This commit is contained in:
parent
02f964c7d9
commit
789516e573
@ -3,6 +3,7 @@
|
|||||||
<button type="button" class="close" attr.aria-label="{{'cancel' | i18n}}" title="{{'cancel' | i18n}}"
|
<button type="button" class="close" attr.aria-label="{{'cancel' | i18n}}" title="{{'cancel' | i18n}}"
|
||||||
(click)="cancel()"><span aria-hidden="true">×</span></button>
|
(click)="cancel()"><span aria-hidden="true">×</span></button>
|
||||||
<h2 class="card-body-header">{{'changeBillingPlan' | i18n}}</h2>
|
<h2 class="card-body-header">{{'changeBillingPlan' | i18n}}</h2>
|
||||||
|
<p class="mb-0">{{'changeBillingPlanUpgrade' | i18n}}</p>
|
||||||
<app-organization-plans [showFree]="false" [showCancel]="true" plan="families" [organizationId]="organizationId"
|
<app-organization-plans [showFree]="false" [showCancel]="true" plan="families" [organizationId]="organizationId"
|
||||||
(onCanceled)="cancel()">
|
(onCanceled)="cancel()">
|
||||||
</app-organization-plans>
|
</app-organization-plans>
|
||||||
|
@ -2529,6 +2529,10 @@
|
|||||||
"message": "Change Plan",
|
"message": "Change Plan",
|
||||||
"description": "A billing plan/package. For example: families, teams, enterprise, etc."
|
"description": "A billing plan/package. For example: families, teams, enterprise, etc."
|
||||||
},
|
},
|
||||||
|
"changeBillingPlanUpgrade": {
|
||||||
|
"message": "Upgrade your account to another plan be providing the information below. Please ensure that you have an active payment method added to the account.",
|
||||||
|
"description": "A billing plan/package. For example: families, teams, enterprise, etc."
|
||||||
|
},
|
||||||
"changeBillingPlanDesc": {
|
"changeBillingPlanDesc": {
|
||||||
"message": "Contact customer support if you would like to change your plan. Please ensure that you have an active payment method added to the account.",
|
"message": "Contact customer support if you would like to change your plan. Please ensure that you have an active payment method added to the account.",
|
||||||
"description": "A billing plan/package. For example: families, teams, enterprise, etc."
|
"description": "A billing plan/package. For example: families, teams, enterprise, etc."
|
||||||
|
Loading…
Reference in New Issue
Block a user