From ea6d5ea6192e6c1fe665248f51da203625a26f18 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 29 Jun 2020 08:14:59 -0700 Subject: [PATCH] Add some clarifying text to the "Move On" buttons Making it more plain to participants that advancing like this will leave some players out of the specific phase. --- empathy/empathy.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/empathy/empathy.jsx b/empathy/empathy.jsx index bc70a85..0593b04 100644 --- a/empathy/empathy.jsx +++ b/empathy/empathy.jsx @@ -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
{[...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
{[...this.props.votes].map(v => { return ( -- 2.43.0