diff --git a/src/app/settings/organization-plans.component.html b/src/app/settings/organization-plans.component.html
index 88354bc4..e37e7bf0 100644
--- a/src/app/settings/organization-plans.component.html
+++ b/src/app/settings/organization-plans.component.html
@@ -166,10 +166,10 @@
/{{'year' | i18n}}
- {{'basePrice' | i18n}}: {{ 40 / 12 | currency:'$'}} × 12
+ {{'basePrice' | i18n}}: {{ selectablePlan.basePrice / 12 | currency:'$'}} × 12
{{'monthAbbr' | i18n}}
=
- {{40 | currency:'$'}}
+ {{selectablePlan.basePrice | currency:'$'}}
{{'freeWithSponsorship' | i18n}}