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 7d898a1307b..91e2e83a92c 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 @@ -150,10 +150,11 @@ >{{ "costPerMember" | i18n - : ((selectableProduct.isAnnual - ? selectableProduct.PasswordManager.seatPrice / 12 - : selectableProduct.PasswordManager.seatPrice - ) + : (((this.sub.useSecretsManager + ? selectableProduct.SecretsManager.seatPrice + : 0) + + selectableProduct.PasswordManager.seatPrice) / + (selectableProduct.isAnnual ? 12 : 1) | currency: "$") }}