diff --git a/src/Components/Facility/PatientNotesSlideover.tsx b/src/Components/Facility/PatientNotesSlideover.tsx index 96f463d50da..fe716950aa9 100644 --- a/src/Components/Facility/PatientNotesSlideover.tsx +++ b/src/Components/Facility/PatientNotesSlideover.tsx @@ -145,7 +145,7 @@ export default function PatientNotesSlideover(props: PatientNotesProps) { className="tooltip text-lg transition-all delay-150 duration-300 ease-out" /> - {t(`full_screen`)} + {t("full_screen")} )} @@ -162,7 +162,7 @@ export default function PatientNotesSlideover(props: PatientNotesProps) { className="tooltip text-lg transition-all delay-150 duration-300 ease-out" /> - {t(`minimize`)} + {t("minimize")}
- {t(`close`)} + {t("close")}