From: Carl Worth Date: Sun, 14 Jun 2020 18:01:18 +0000 (-0700) Subject: Tweak the error message when submitting results of judging X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=a5afefc58f656f68f660a3b17093cb64631f7b6b;ds=sidebyside Tweak the error message when submitting results of judging I wanted this when debugging a confusing case of this error text appearing, (and we had the same text in two places). So having unique text here will help. In the end, the bug I was dealing with was from my Android browser having a persistent cache of a stale JavaScript file. --- diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index c4aafde..011e196 100644 --- a/empathy/empathy.jsx +++ b/empathy/empathy.jsx @@ -413,7 +413,7 @@ class Ambiguities extends React.PureComponent { return; } } else { - add_message("danger", "An error occurred submitting your answers"); + add_message("danger", "An error occurred submitting the results of your judging"); return; }