diff --git a/server/team-validator-async.ts b/server/team-validator-async.ts index 19a4979fba01..322c681a1521 100644 --- a/server/team-validator-async.ts +++ b/server/team-validator-async.ts @@ -56,8 +56,8 @@ export const PM = new QueryProcessManager<{ team, }); problems = [ - `Your team crashed the team validator. We've been automatically notified and will fix this crash,` + - ` but you should use a different team for now.`, + `Your team crashed the validator. We'll fix this crash within a few minutes (we're automatically notified),` + + ` but if you don't want to wait, just use a different team for now.`, ]; }