From 9b33e90bfc878828e3bc429c1ce30ec40a699b62 Mon Sep 17 00:00:00 2001 From: Bodhish Thomas Date: Tue, 7 Jan 2025 15:26:26 +0530 Subject: [PATCH] Rename dosage field to frequency in ongoing medication form (#9811) --- public/locale/en.json | 1 + .../Questionnaire/QuestionTypes/MedicationStatementQuestion.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locale/en.json b/public/locale/en.json index a6b499278b3..32cdc9c221c 100644 --- a/public/locale/en.json +++ b/public/locale/en.json @@ -736,6 +736,7 @@ "domestic_international_travel": "Domestic/international Travel (within last 28 days)", "done": "Done", "dosage": "Dosage", + "dosage_instructions": "Dosage Instructions", "down": "Down", "download": "Download", "download_discharge_summary": "Download discharge summary", diff --git a/src/components/Questionnaire/QuestionTypes/MedicationStatementQuestion.tsx b/src/components/Questionnaire/QuestionTypes/MedicationStatementQuestion.tsx index 7c237b35f5d..e4b63b125bf 100644 --- a/src/components/Questionnaire/QuestionTypes/MedicationStatementQuestion.tsx +++ b/src/components/Questionnaire/QuestionTypes/MedicationStatementQuestion.tsx @@ -243,7 +243,7 @@ const MedicationStatementItem: React.FC<{