]> git.cworth.org Git - lmno.games/blobdiff - empathy/empathy.jsx
Reword the Move On button when we're not waiting for anyone specific
[lmno.games] / empathy / empathy.jsx
index 2511250dd923ebfb2d9978c8e0c60e9e03a193d6..53d7763c84f7a27643ac5f90b935dd945c601335 100644 (file)
@@ -829,7 +829,9 @@ class ActivePrompt extends React.PureComponent {
           className="vote-button"
           onClick={() => fetch_post_json(`end-answers/${this.props.prompt.id}`) }
         >
-          Move On Without Their Answers
+          {answering_players.length ?
+           "Move On Without Their Answers" :
+           "Move On Without Anyone Else"}
           <div className="vote-choices">
             {[...this.props.votes].map(v => {
               return (