Skip to content

Commit

Permalink
Rename dosage field to frequency in ongoing medication form (#9811)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodhish authored Jan 7, 2025
1 parent 83eace2 commit 9b33e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions public/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const MedicationStatementItem: React.FC<{
</div>
<div className="flex-[2]">
<Label className="mb-1 block text-sm font-medium">
{t("dosage")}
{t("dosage_instructions")}
</Label>
<Input
value={medication.dosage_text}
Expand Down

0 comments on commit 9b33e90

Please sign in to comment.