diff --git a/src/packages/frontend/project/settings/site-license.tsx b/src/packages/frontend/project/settings/site-license.tsx
index 40ccbe5cc0..a0212b90d3 100644
--- a/src/packages/frontend/project/settings/site-license.tsx
+++ b/src/packages/frontend/project/settings/site-license.tsx
@@ -8,7 +8,6 @@
import { Button, Card, Popover } from "antd";
import { FormattedMessage, useIntl } from "react-intl";
-
import { alert_message } from "@cocalc/frontend/alerts";
import {
redux,
@@ -207,14 +206,24 @@ export function SiteLicense({
function render_extra(): Rendered {
return (
-
- A license is a set of upgrades that can be applied to a project. Check the{" "} + A license upgrades a project. Check the{" "} site-license documentation {" "}