Skip to content

Commit

Permalink
fix:OH2-392 | Patient - visits: fix label not translated (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverD3 authored Oct 31, 2024
1 parent ff52c98 commit d24a20b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -534,12 +534,11 @@ const PatientOPDForm: FunctionComponent<TProps> = ({
<div className="patientOpdForm__item fullWidth">
<details open>
<summary>
{" "}
<ContentCutIcon
fontSize="small"
className="operation_icon"
/>{" "}
Patient Operations
/>
{t("opd.operations")}
</summary>
<List dense={true} className="opd_operations">
{operationRows.map((value, index: number) => (
Expand Down
3 changes: 2 additions & 1 deletion src/resources/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@
"belowminage": "Min. age is 0",
"abovemaxage": "max. age is 200",
"ward": "Ward",
"previousentries": "Previous Visits"
"previousentries": "Previous Visits",
"operations": "Patient Operations"
},
"visit": {
"date": "Date",
Expand Down

0 comments on commit d24a20b

Please sign in to comment.