From e786eac87dbec269ed5a99fdcafa7602cd74bea1 Mon Sep 17 00:00:00 2001 From: cyprain-okeke <108260115+cyprain-okeke@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:21:09 +0100 Subject: [PATCH] Resolve the ui changes issues (#10955) --- .../change-plan-dialog.component.html | 29 +++++++++++++------ apps/web/src/locales/en/messages.json | 19 +++++++----- 2 files changed, 31 insertions(+), 17 deletions(-) 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 d643c41e0ff..02071f5aa8c 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 }}