diff --git a/apps/web/src/app/billing/organizations/change-plan-dialog.component.html b/apps/web/src/app/billing/organizations/change-plan-dialog.component.html index d643c41e0f..02071f5aa8 100644 --- a/apps/web/src/app/billing/organizations/change-plan-dialog.component.html +++ b/apps/web/src/app/billing/organizations/change-plan-dialog.component.html @@ -4,7 +4,7 @@ {{ "upgradeFreeOrganization" | i18n: currentPlanName }}
-

{{ "upgradePlan" | i18n }}

+

{{ "upgradePlans" | i18n }}

{{ "selectAPlan" | i18n }}
@@ -52,9 +52,21 @@ tabindex="0" >
-
+
+ {{ "recommended" | i18n }} +
+

- {{ + {{ selectableProduct.nameLocalizationKey | i18n }} @@ -73,9 +85,8 @@ ) | currency: "$" }} + /{{ "monthPerMember" | i18n }} - /{{ "month" | i18n }} - {{ "includesXMembers" | i18n: selectableProduct.PasswordManager.baseSeats }} @@ -108,7 +119,7 @@ | currency: "$") }} - /{{ "monthPerMember" | i18n }} + /{{ "monthPerMember" | i18n }} {{ "freeForever" | i18n }} @@ -125,7 +136,7 @@

{{ "bitwardenPasswordManager" | i18n }}

-

{{ "upgradeEnterpriseMessage" | i18n }}

+

{{ "enterprisePlanUpgradeMessage" | i18n }}

  • @@ -193,13 +204,13 @@ *ngIf="selectableProduct.productTier === productTypes.Teams" class="tw-text-xs tw-px-2" > - {{ "upgradeTeamsMessage" | i18n }} + {{ "teamsPlanUpgradeMessage" | i18n }}

    - {{ "upgradeFamilyMessage" | i18n }} + {{ "familyPlanUpgradeMessage" | i18n }}