We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea621ca commit 748421dCopy full SHA for 748421d
components/server/src/workspace/workspace-service.ts
@@ -899,7 +899,7 @@ export class WorkspaceService {
899
ErrorCodes.TOO_MANY_RUNNING_WORKSPACES,
900
`You cannot run more than ${max} workspace${
901
max === 1 ? "" : "s"
902
- } at the same time. Please stop a workspace before starting another one.`,
+ } at the same time as per your organization settings. Please stop a workspace before starting another one.`,
903
);
904
}
905
0 commit comments