From 6bc8be07c02f3b68127a785b3b8390b9aa8c4bdb Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Fri, 1 May 2020 13:18:43 -0700 Subject: [PATCH] Improve validator crash phrasing --- server/team-validator-async.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/team-validator-async.ts b/server/team-validator-async.ts index 19a4979fba013..322c681a1521d 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.`, ]; }