]> git.cworth.org Git - lmno.games/blobdiff - empathy/empathy.jsx
Add some clarifying text to the "Move On" buttons
[lmno.games] / empathy / empathy.jsx
index bc70a85f0df820b34c552de473df8d971352f1b4..0593b049a30e6a0811f355f1a044fd1e2cb84853 100644 (file)
@@ -595,7 +595,7 @@ class Ambiguities extends React.PureComponent {
           className="vote-button"
           onClick={() => fetch_post_json(`end-judging/${this.props.prompt.id}`) }
         >
-          Move On
+          Move On Without Their Input
           <div className="vote-choices">
             {[...this.props.votes].map(v => {
               return (
@@ -790,7 +790,7 @@ class ActivePrompt extends React.PureComponent {
           className="vote-button"
           onClick={() => fetch_post_json(`end-answers/${this.props.prompt.id}`) }
         >
-          Move On
+          Move On Without Their Answers
           <div className="vote-choices">
             {[...this.props.votes].map(v => {
               return (