diff --git a/web/src/admin/enterprise/EnterpriseLicenseListPage.ts b/web/src/admin/enterprise/EnterpriseLicenseListPage.ts index 594a9c436d..324ebca257 100644 --- a/web/src/admin/enterprise/EnterpriseLicenseListPage.ts +++ b/web/src/admin/enterprise/EnterpriseLicenseListPage.ts @@ -248,7 +248,8 @@ export class EnterpriseLicenseListPage extends TablePage { ].join(""); const renderCard = (installID: string) => html` -
${msg("Get a license")}
+
${msg("Your Install ID")}
+
${installID}
{ >${msg("Go to Customer Portal")}
-
${msg("Your Install ID")}
-
${installID}
+
+ ${msg("Learn more")} +
`; return html`