Skip to content

Commit 748421d

Browse files
Update components/server/src/workspace/workspace-service.ts
Co-authored-by: Gero Posmyk-Leinemann <[email protected]>
1 parent ea621ca commit 748421d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/server/src/workspace/workspace-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ export class WorkspaceService {
899899
ErrorCodes.TOO_MANY_RUNNING_WORKSPACES,
900900
`You cannot run more than ${max} workspace${
901901
max === 1 ? "" : "s"
902-
} at the same time. Please stop a workspace before starting another one.`,
902+
} at the same time as per your organization settings. Please stop a workspace before starting another one.`,
903903
);
904904
}
905905
}

0 commit comments

Comments
 (0)