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 35cb0c2ac7..656796b443 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 @@ -222,8 +222,10 @@ -

{{ "selfHostingTitle" | i18n }}

-

+

+ {{ "selfHostingTitle" | i18n }} +

+

{{ "selfHostingEnterpriseOrganizationSectionCopy" | i18n }} {{ "downloadLicense" | i18n }} diff --git a/apps/web/src/app/billing/organizations/organization-subscription-cloud.component.ts b/apps/web/src/app/billing/organizations/organization-subscription-cloud.component.ts index b8616ae1b4..f28933a4ec 100644 --- a/apps/web/src/app/billing/organizations/organization-subscription-cloud.component.ts +++ b/apps/web/src/app/billing/organizations/organization-subscription-cloud.component.ts @@ -345,6 +345,13 @@ export class OrganizationSubscriptionCloudComponent implements OnInit, OnDestroy ); } + shownSelfHost(): boolean { + return ( + this.sub?.plan.productTier !== ProductTierType.Teams && + this.sub?.plan.productTier !== ProductTierType.Free + ); + } + cancelSubscription = async () => { const reference = openOffboardingSurvey(this.dialogService, { data: {