Skip to content

Commit

Permalink
added-i18n-to-freq-indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulochan-khadka committed Nov 2, 2024
1 parent eb928ea commit aa48b0a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ export default function MedicineAdministrationTable({
<p>Dosage &</p>
<p>
{prescriptions[0]?.dosage_type !== "PRN"
? "Frequency"
: "Indicator"}
? t("Frequency")
: t("Indicator")}
</p>
</span>
</th>
Expand Down

0 comments on commit aa48b0a

Please sign in to comment.