Skip to content

Commit 0d19e87

Browse files
authored
[dashboard] error message on ws-cluster update (#19015)
1 parent f6bf401 commit 0d19e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ export class WorkspaceStarter {
594594
if (isClusterMaintenanceError(err)) {
595595
reason = "workspaceClusterMaintenance";
596596
err = new Error(
597-
"Cannot start a workspace because the workspace cluster is temporarily unavailable due to maintenance. Please try again in a few minutes",
597+
"We're in the middle of an update. We'll be back to normal soon. Please try again in a few minutes.",
598598
);
599599
}
600600
await this.failInstanceStart({ span }, err, workspace, instance, abortSignal);

0 commit comments

Comments
 (0)