X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=empathy%2Fempathy.jsx;h=011e196b04c86c5c521fd4e1c15029415a20f546;hp=1a9ad80ceb7298d0c7e341ccddce680b1a80870d;hb=a5afefc58f656f68f660a3b17093cb64631f7b6b;hpb=3dce1ecbdc99e7afbcb0338e585b4e587e0c6cd2 diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index 1a9ad80..011e196 100644 --- a/empathy/empathy.jsx +++ b/empathy/empathy.jsx @@ -401,7 +401,7 @@ class Ambiguities extends React.PureComponent { async handle_submit() { const response = await fetch_post_json( - `judging/${this.props.prompt.id}`,{ + `judged/${this.props.prompt.id}`,{ word_groups: this.state.word_sets.map(set => Array.from(set)) } ); @@ -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; }