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<{