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 8420916c8e..1a7b390d21 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 @@ -318,7 +318,7 @@ type="info" title="SECRETS MANAGER SUBSCRIPTION" > - {{ "secretsManagerSubInfo" | i18n }} + {{ "secretsManagerSubscriptionInfo" | i18n }}

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