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 c28bdd4ddc3..211e82a3c07 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 @@ -1,5 +1,5 @@ -
|
+
+ {{ "details" | i18n }}
+
{{ i.name }} {{ i.quantity > 1 ? "×" + i.quantity : "" }} @
{{ i.amount | currency : "$" }}
|
- {{ i.quantity * i.amount | currency : "$" }} /{{ i.interval | i18n }} |
+ {{ i.quantity * i.amount | currency : "$" }} /{{ i.interval | i18n }} |
|
{{ subscriptionDesc }}
+{{ subscriptionDesc }}
{{ "subscriptionStorage" | i18n : sub.maxStorageGb || 0 : sub.storageName || "0 MB" }}
-+ {{ "subscriptionStorage" | i18n : sub.maxStorageGb || 0 : sub.storageName || "0 MB" }} +
++
{{ "selfHostingEnterpriseOrganizationSectionCopy" | i18n }}
-+
{{ "additionalOptionsDesc" | i18n }}
-