From 2eadeefaeacab52ecc5508538b3d4acddb341ece Mon Sep 17 00:00:00 2001 From: Jonah Greenthal Date: Wed, 13 Sep 2023 11:53:04 -0500 Subject: [PATCH] more attempts to make the wording intuitive --- src/order/Step3NonConferenceGames.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/order/Step3NonConferenceGames.js b/src/order/Step3NonConferenceGames.js index 723c5f4..76e5550 100644 --- a/src/order/Step3NonConferenceGames.js +++ b/src/order/Step3NonConferenceGames.js @@ -143,7 +143,10 @@ export default class Step3NonConferenceGames extends AbstractStep {
- 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?' + }