]> git.cworth.org Git - lmno.games/commitdiff
Tweak the error message when submitting results of judging
authorCarl Worth <cworth@cworth.org>
Sun, 14 Jun 2020 18:01:18 +0000 (11:01 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 14 Jun 2020 18:01:18 +0000 (11:01 -0700)
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.

empathy/empathy.jsx

index c4aafde512166824ab87651015b2dd8fccc5e01e..011e196b04c86c5c521fd4e1c15029415a20f546 100644 (file)
@@ -413,7 +413,7 @@ class Ambiguities extends React.PureComponent {
         return;
       }
     } else {
         return;
       }
     } else {
-      add_message("danger", "An error occurred submitting your answers");
+      add_message("danger", "An error occurred submitting the results of your judging");
       return;
     }
 
       return;
     }