]> git.cworth.org Git - lmno.games/commitdiff
Add some clarifying text to the "Move On" buttons
authorCarl Worth <cworth@cworth.org>
Mon, 29 Jun 2020 15:14:59 +0000 (08:14 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 29 Jun 2020 15:14:59 +0000 (08:14 -0700)
Making it more plain to participants that advancing like this will
leave some players out of the specific phase.

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}`) }
         >
           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 (
           <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}`) }
         >
           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 (
           <div className="vote-choices">
             {[...this.props.votes].map(v => {
               return (