Skip to content

Commit

Permalink
Improve validator crash phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarel committed May 1, 2020
1 parent 13bb703 commit 6bc8be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/team-validator-async.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.`,
];
}

Expand Down

0 comments on commit 6bc8be0

Please sign in to comment.