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 bd8ae20c92..27d51af92b 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 @@ -332,20 +332,16 @@

{{ "paymentMethod" | i18n }}

-

+

- {{ billing?.paymentSource?.description }} - {{ - "changePaymentMethod" | i18n - }} - -

-

- - {{ paymentSource?.description }} - {{ - "changePaymentMethod" | i18n - }} + {{ + deprecateStripeSourcesAPI + ? paymentSource?.description + : billing?.paymentSource?.description + }} + + {{ "changePaymentMethod" | i18n }} +