From fcbce16ae95c275601cb5ff25a48ea278ec75375 Mon Sep 17 00:00:00 2001 From: Jeff Sieu Date: Mon, 31 Oct 2022 18:42:47 +0800 Subject: [PATCH] [questions][fix] fix create question encounter english --- .../questions/forms/CreateQuestionEncounterForm.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/portal/src/components/questions/forms/CreateQuestionEncounterForm.tsx b/apps/portal/src/components/questions/forms/CreateQuestionEncounterForm.tsx index b346b7b4..5e5f67c4 100644 --- a/apps/portal/src/components/questions/forms/CreateQuestionEncounterForm.tsx +++ b/apps/portal/src/components/questions/forms/CreateQuestionEncounterForm.tsx @@ -42,7 +42,9 @@ export default function CreateQuestionEncounterForm({ return (
-

I saw this question at

+

+ I saw this question {step <= 1 ? 'at' : step === 2 ? 'for' : 'on'} +

{step === 0 && (