diff --git a/web/src/admin/enterprise/EnterpriseLicenseListPage.ts b/web/src/admin/enterprise/EnterpriseLicenseListPage.ts index b3c555098..b97dc0f68 100644 --- a/web/src/admin/enterprise/EnterpriseLicenseListPage.ts +++ b/web/src/admin/enterprise/EnterpriseLicenseListPage.ts @@ -131,47 +131,45 @@ export class EnterpriseLicenseListPage extends TablePage { class="pf-l-grid pf-m-gutter pf-m-all-6-col-on-sm pf-m-all-4-col-on-md pf-m-all-3-col-on-lg pf-m-all-3-col-on-xl" >
-
${msg("How to get a license")}
+
${msg("Get a license")}
${this.installID ? html` ${msg("Go to the customer portal")}${msg("Go to Customer Portal")}` : html``}
-
- - ${this.forecast?.users} - -
-
- - ${this.forecast?.externalUsers} - -
-
- - ${this.summary?.hasLicense - ? this.summary.latestValid.toLocaleString() - : "-"} - -
+ + + ~ ${this.forecast?.users} + + + ~ ${this.forecast?.externalUsers} + + + ${this.summary?.hasLicense + ? this.summary.latestValid.toLocaleString() + : "-"} + `; @@ -212,10 +210,10 @@ export class EnterpriseLicenseListPage extends TablePage { renderObjectCreate(): TemplateResult { return html` - ${msg("Create")} - ${msg("Create License")} + ${msg("Install")} + ${msg("Install License")} - + `; } diff --git a/website/src/pages/pricing/index.jsx b/website/src/pages/pricing/index.jsx index 819849cf1..553e21a58 100644 --- a/website/src/pages/pricing/index.jsx +++ b/website/src/pages/pricing/index.jsx @@ -57,7 +57,7 @@ export default function pricingPage() {

- $5 /internal user/month + $5 /default user/month

$0.02{" "} @@ -129,8 +129,8 @@ export default function pricingPage() { body="We only offer support as part of an enterprise license. You can get community support on GitHub and Discord for the open-source version." />