Skip to content

Commit

Permalink
more attempts to make the wording intuitive
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgreenthal committed Sep 13, 2023
1 parent ebd72f3 commit 2eadeef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/order/Step3NonConferenceGames.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,10 @@ export default class Step3NonConferenceGames extends AbstractStep {
<div className="input-widget-container">
<FormControl>
<FormLabel id="orderNonConferenceGamesLabel" required>
Do you want to order questions for games that are not part of your conference?
{data && data.conference ?
'Do you want to order questions for games that are not part of your conference?' :
'Do you want to order questions for games that your school is playing in or hosting?'
}
</FormLabel>
<RadioGroup
aria-labelledby="orderNonConferenceGamesLabel"
Expand Down

0 comments on commit 2eadeef

Please sign in to comment.