From 7cbfcd23a837fd654a81efd04c05918b29be0b76 Mon Sep 17 00:00:00 2001 From: Vicki League Date: Thu, 6 Nov 2025 10:09:17 -0500 Subject: [PATCH] [PM-26984] Use medium instead of semibold or bold (#17194) --- .../popup/settings/premium-v2.component.html | 2 +- .../upgrade-account.component.html | 2 +- .../upgrade-nav-button.component.html | 2 +- .../upgrade-payment.component.html | 2 +- .../billing-sync-api-key.component.html | 2 +- .../change-plan-dialog.component.html | 48 +++++++++---------- ...nization-subscription-cloud.component.html | 2 +- ...ation-subscription-selfhost.component.html | 2 +- .../subscription-hidden.component.ts | 2 +- .../add-account-credit-dialog.component.ts | 2 +- .../change-payment-method-dialog.component.ts | 2 +- .../edit-billing-address-dialog.component.ts | 2 +- ...require-payment-method-dialog.component.ts | 2 +- .../shared/offboarding-survey.component.html | 2 +- .../shared/plan-card/plan-card.component.html | 6 +-- .../pricing-summary.component.html | 12 ++--- .../trial-payment-dialog.component.html | 2 +- .../confirmation-details.component.html | 2 +- .../trial-billing-step.component.html | 4 +- .../vertical-step-content.component.html | 6 +-- .../provider-subscription.component.html | 2 +- .../premium-upgrade-dialog.component.html | 2 +- .../pricing-card/pricing-card.component.html | 2 +- 23 files changed, 55 insertions(+), 57 deletions(-) diff --git a/apps/browser/src/billing/popup/settings/premium-v2.component.html b/apps/browser/src/billing/popup/settings/premium-v2.component.html index 4f87a0f6781..47d72751af3 100644 --- a/apps/browser/src/billing/popup/settings/premium-v2.component.html +++ b/apps/browser/src/billing/popup/settings/premium-v2.component.html @@ -6,7 +6,7 @@
-

{{ "premiumFeatures" | i18n }}

+

{{ "premiumFeatures" | i18n }}

diff --git a/apps/web/src/app/billing/individual/upgrade/upgrade-account/upgrade-account.component.html b/apps/web/src/app/billing/individual/upgrade/upgrade-account/upgrade-account.component.html index 6106c6b08bb..f1aebac7695 100644 --- a/apps/web/src/app/billing/individual/upgrade/upgrade-account/upgrade-account.component.html +++ b/apps/web/src/app/billing/individual/upgrade/upgrade-account/upgrade-account.component.html @@ -16,7 +16,7 @@
-

+

{{ dialogTitle() | i18n }}

diff --git a/apps/web/src/app/billing/individual/upgrade/upgrade-nav-button/upgrade-nav-button/upgrade-nav-button.component.html b/apps/web/src/app/billing/individual/upgrade/upgrade-nav-button/upgrade-nav-button/upgrade-nav-button.component.html index 2ffcd14fab0..a028839f8f0 100644 --- a/apps/web/src/app/billing/individual/upgrade/upgrade-nav-button/upgrade-nav-button/upgrade-nav-button.component.html +++ b/apps/web/src/app/billing/individual/upgrade/upgrade-nav-button/upgrade-nav-button/upgrade-nav-button.component.html @@ -4,7 +4,7 @@ is not supported by the button in the CL. -->

- {{ "lastSync" | i18n }}: + {{ "lastSync" | i18n }}: {{ lastSyncDate | date: "medium" }}
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 abd7bdb155a..a7b9196cc5e 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 @@ -1,12 +1,12 @@ - + {{ dialogHeaderName }}

{{ "upgradePlans" | i18n }}

- {{ + {{ "selectAPlan" | i18n }} @@ -57,7 +57,7 @@ selectableProduct.productTier === productTypes.Enterprise && !isSubscriptionCanceled " - class="tw-bg-secondary-100 tw-text-center !tw-border-0 tw-text-sm tw-font-bold tw-py-1" + class="tw-bg-secondary-100 tw-text-center !tw-border-0 tw-text-sm tw-font-medium tw-py-1" [ngClass]="{ 'tw-bg-primary-700 !tw-text-contrast': selectableProduct === selectedPlan, 'tw-bg-secondary-100': !(selectableProduct === selectedPlan), @@ -73,7 +73,7 @@ }" >

{{ selectableProduct.nameLocalizationKey | i18n @@ -91,7 +91,7 @@ - + {{ (selectableProduct.isAnnual ? selectableProduct.PasswordManager.basePrice / 12 @@ -106,7 +106,7 @@ : ("monthPerMember" | i18n) }} - + @@ -128,7 +128,7 @@ selectableProduct.PasswordManager.hasAdditionalSeatsOption " > - {{ "costPerMember" | i18n @@ -155,7 +155,7 @@ " >

{{ "bitwardenPasswordManager" | i18n }} @@ -182,7 +182,7 @@

{{ "bitwardenSecretsManager" | i18n }} @@ -222,7 +222,7 @@

{{ "bitwardenPasswordManager" | i18n }} @@ -274,7 +274,7 @@

- {{ "total" | i18n }}: {{ total - calculateTotalAppliedDiscount(total) | currency: "USD" : "$" }} USD @@ -402,7 +402,7 @@

-

+

{{ "passwordManager" | i18n }}

-

+

{{ "secretsManager" | i18n }}

-

+

{{ "passwordManager" | i18n }}

-

+

{{ "secretsManager" | i18n }}

-

+

{{ "secretsManager" | i18n }}

{{ additionalServiceAccountTotal(selectedPlan) | currency: "$" }}

-

+

{{ "passwordManager" | i18n }}

-

+

{{ "secretsManager" | i18n }}

{{ additionalServiceAccountTotal(selectedPlan) | currency: "$" }}

-

+

{{ "passwordManager" | i18n }}

- + {{ "estimatedTax" | i18n }} @@ -986,14 +986,12 @@

- + {{ "total" | i18n }} {{ total - calculateTotalAppliedDiscount(total) | currency: "USD" : "$" }} - - / {{ selectedPlanInterval | i18n }} + / {{ selectedPlanInterval | i18n }}

diff --git a/apps/web/src/app/billing/organizations/organization-subscription-cloud.component.html b/apps/web/src/app/billing/organizations/organization-subscription-cloud.component.html index db3dde217c7..0666cca2c4b 100644 --- a/apps/web/src/app/billing/organizations/organization-subscription-cloud.component.html +++ b/apps/web/src/app/billing/organizations/organization-subscription-cloud.component.html @@ -241,7 +241,7 @@
-

{{ "billingManagedByProvider" | i18n: userOrg.providerName }}

+

{{ "billingManagedByProvider" | i18n: userOrg.providerName }}

{{ "billingContactProviderForAssistance" | i18n }}

diff --git a/apps/web/src/app/billing/organizations/organization-subscription-selfhost.component.html b/apps/web/src/app/billing/organizations/organization-subscription-selfhost.component.html index 1c823ed76cc..d4828e359b9 100644 --- a/apps/web/src/app/billing/organizations/organization-subscription-selfhost.component.html +++ b/apps/web/src/app/billing/organizations/organization-subscription-selfhost.component.html @@ -130,7 +130,7 @@ {{ "licenseAndBillingManagementDesc" | i18n }} -

+

{{ "uploadLicense" | i18n }}

-

{{ "billingManagedByProvider" | i18n: providerName }}

+

{{ "billingManagedByProvider" | i18n: providerName }}

{{ "billingContactProviderForAssistance" | i18n }}

`, standalone: false, diff --git a/apps/web/src/app/billing/payment/components/add-account-credit-dialog.component.ts b/apps/web/src/app/billing/payment/components/add-account-credit-dialog.component.ts index 1bc08159cdf..1ba1536ff36 100644 --- a/apps/web/src/app/billing/payment/components/add-account-credit-dialog.component.ts +++ b/apps/web/src/app/billing/payment/components/add-account-credit-dialog.component.ts @@ -58,7 +58,7 @@ const positiveNumberValidator = template: ` - + {{ "addCredit" | i18n }}
diff --git a/apps/web/src/app/billing/payment/components/change-payment-method-dialog.component.ts b/apps/web/src/app/billing/payment/components/change-payment-method-dialog.component.ts index 71d156ecb26..756f7281049 100644 --- a/apps/web/src/app/billing/payment/components/change-payment-method-dialog.component.ts +++ b/apps/web/src/app/billing/payment/components/change-payment-method-dialog.component.ts @@ -24,7 +24,7 @@ type DialogParams = { template: ` - + {{ "changePaymentMethod" | i18n }}
diff --git a/apps/web/src/app/billing/payment/components/edit-billing-address-dialog.component.ts b/apps/web/src/app/billing/payment/components/edit-billing-address-dialog.component.ts index aa9d2830527..3ac7cbd8702 100644 --- a/apps/web/src/app/billing/payment/components/edit-billing-address-dialog.component.ts +++ b/apps/web/src/app/billing/payment/components/edit-billing-address-dialog.component.ts @@ -41,7 +41,7 @@ type DialogResult = template: ` - + {{ "editBillingAddress" | i18n }}
diff --git a/apps/web/src/app/billing/payment/components/require-payment-method-dialog.component.ts b/apps/web/src/app/billing/payment/components/require-payment-method-dialog.component.ts index 3afd76e86ce..81775c83b58 100644 --- a/apps/web/src/app/billing/payment/components/require-payment-method-dialog.component.ts +++ b/apps/web/src/app/billing/payment/components/require-payment-method-dialog.component.ts @@ -35,7 +35,7 @@ type DialogParams = { template: ` - + {{ "addPaymentMethod" | i18n }}
diff --git a/apps/web/src/app/billing/shared/offboarding-survey.component.html b/apps/web/src/app/billing/shared/offboarding-survey.component.html index 3fcbd39d8d4..b69565d95fa 100644 --- a/apps/web/src/app/billing/shared/offboarding-survey.component.html +++ b/apps/web/src/app/billing/shared/offboarding-survey.component.html @@ -1,6 +1,6 @@ - + {{ "cancelSubscription" | i18n }}
diff --git a/apps/web/src/app/billing/shared/plan-card/plan-card.component.html b/apps/web/src/app/billing/shared/plan-card/plan-card.component.html index af228842720..6f19facb0f5 100644 --- a/apps/web/src/app/billing/shared/plan-card/plan-card.component.html +++ b/apps/web/src/app/billing/shared/plan-card/plan-card.component.html @@ -11,7 +11,7 @@
@if (isRecommended) {

{{ plan().title }}

- {{ plan().costPerMember | currency: "$" }} + {{ plan().costPerMember | currency: "$" }} /{{ "monthPerMember" | i18n }}
diff --git a/apps/web/src/app/billing/shared/pricing-summary/pricing-summary.component.html b/apps/web/src/app/billing/shared/pricing-summary/pricing-summary.component.html index 428d6b7f04e..fdfff31da0f 100644 --- a/apps/web/src/app/billing/shared/pricing-summary/pricing-summary.component.html +++ b/apps/web/src/app/billing/shared/pricing-summary/pricing-summary.component.html @@ -1,7 +1,7 @@

- {{ "total" | i18n }}: {{ summaryData.total - summaryData.totalAppliedDiscount | currency: "USD" : "$" }} USD @@ -37,7 +37,7 @@ -

{{ "passwordManager" | i18n }}

+

{{ "passwordManager" | i18n }}

@@ -137,7 +137,7 @@ -

{{ "secretsManager" | i18n }}

+

{{ "secretsManager" | i18n }}

@@ -236,7 +236,7 @@

- {{ "estimatedTax" | i18n }} + {{ "estimatedTax" | i18n }} {{ summaryData.estimatedTax | currency: "USD" : "$" }}

@@ -247,10 +247,10 @@

- {{ "total" | i18n }} + {{ "total" | i18n }} {{ summaryData.total - summaryData.totalAppliedDiscount | currency: "USD" : "$" }} - / {{ summaryData.selectedPlanInterval | i18n }} diff --git a/apps/web/src/app/billing/shared/trial-payment-dialog/trial-payment-dialog.component.html b/apps/web/src/app/billing/shared/trial-payment-dialog/trial-payment-dialog.component.html index 1b416eae1bc..b3162507b9a 100644 --- a/apps/web/src/app/billing/shared/trial-payment-dialog/trial-payment-dialog.component.html +++ b/apps/web/src/app/billing/shared/trial-payment-dialog/trial-payment-dialog.component.html @@ -1,5 +1,5 @@ - + {{ "subscribetoEnterprise" | i18n: currentPlanName }} diff --git a/apps/web/src/app/billing/trial-initiation/confirmation-details.component.html b/apps/web/src/app/billing/trial-initiation/confirmation-details.component.html index 764a417f531..237fb381400 100644 --- a/apps/web/src/app/billing/trial-initiation/confirmation-details.component.html +++ b/apps/web/src/app/billing/trial-initiation/confirmation-details.component.html @@ -9,7 +9,7 @@

  • {{ "trialConfirmationEmail" | i18n }} - {{ email }}{{ email }}.

  • diff --git a/apps/web/src/app/billing/trial-initiation/trial-billing-step/trial-billing-step.component.html b/apps/web/src/app/billing/trial-initiation/trial-billing-step/trial-billing-step.component.html index 51b7f0c7117..e3f7b68bf95 100644 --- a/apps/web/src/app/billing/trial-initiation/trial-billing-step/trial-billing-step.component.html +++ b/apps/web/src/app/billing/trial-initiation/trial-billing-step/trial-billing-step.component.html @@ -6,7 +6,7 @@
    -

    {{ "billingPlanLabel" | i18n }}

    +

    {{ "billingPlanLabel" | i18n }}

    @@ -32,7 +32,7 @@
    -

    {{ "paymentType" | i18n }}

    +

    {{ "paymentType" | i18n }}

    diff --git a/apps/web/src/app/billing/trial-initiation/vertical-stepper/vertical-step-content.component.html b/apps/web/src/app/billing/trial-initiation/vertical-stepper/vertical-step-content.component.html index 5d7d3c62d2f..bd1a9dc59a7 100644 --- a/apps/web/src/app/billing/trial-initiation/vertical-stepper/vertical-step-content.component.html +++ b/apps/web/src/app/billing/trial-initiation/vertical-stepper/vertical-step-content.component.html @@ -11,7 +11,7 @@ [attr.aria-expanded]="selected" > @@ -30,7 +30,7 @@

    - Total: {{ totalCost | currency: "$" }} / + Total: {{ totalCost | currency: "$" }} / {{ getBillingCadenceLabel(activePlans.length > 0 ? activePlans[0] : null) | i18n }} diff --git a/libs/angular/src/billing/components/premium-upgrade-dialog/premium-upgrade-dialog.component.html b/libs/angular/src/billing/components/premium-upgrade-dialog/premium-upgrade-dialog.component.html index 99e1c173c2a..62ac981664a 100644 --- a/libs/angular/src/billing/components/premium-upgrade-dialog/premium-upgrade-dialog.component.html +++ b/libs/angular/src/billing/components/premium-upgrade-dialog/premium-upgrade-dialog.component.html @@ -36,7 +36,7 @@

    - {{ + {{ cardDetails.price.amount | currency: "$" }} diff --git a/libs/pricing/src/components/pricing-card/pricing-card.component.html b/libs/pricing/src/components/pricing-card/pricing-card.component.html index bc0ca68c5c3..7d25bca5368 100644 --- a/libs/pricing/src/components/pricing-card/pricing-card.component.html +++ b/libs/pricing/src/components/pricing-card/pricing-card.component.html @@ -22,7 +22,7 @@ @if (price(); as priceValue) {
    - {{ + {{ priceValue.amount | currency: "$" }}