diff --git a/src/packages/frontend/project/start-button.tsx b/src/packages/frontend/project/start-button.tsx
index f0e5f1c5e0..a7208adeb7 100644
--- a/src/packages/frontend/project/start-button.tsx
+++ b/src/packages/frontend/project/start-button.tsx
@@ -125,24 +125,27 @@ export function StartButton() {
style={{ margin: "10px 20%" }}
message={
- Too many trial projects!
+ Too Many Free Trial Projects
}
type="error"
description={
- Unfortunately, there are too many{" "}
- trial projects running on CoCalc right
- now and paying customers have priority. Try running your trial
- project later or{" "}
+ There is no more capacity for{" "}
+ Free Trial projects on CoCalc right now.{" "}
+
{
- redux.getActions("page").set_active_tab("account");
- redux.getActions("account").set_active_tab("licenses");
+ redux
+ .getProjectActions(project_id)
+ .set_active_tab("upgrades");
}}
>
- upgrade using a license.
-
+ Upgrade your project
+ {" "}
+ using{" "}
+ a license or{" "}
+ pay as you go.
}
/>