Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafMd-1 committed Jun 15, 2024
1 parent c8f86ec commit 213fa46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Patient/PatientRegister.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ export const PatientRegister = (props: PatientRegisterProps) => {
/>
<TextFormField
{...field("tb_duration")}
label={"Duration ( days )"}
label={"Duration ( day(s) )"}
placeholder="Type Duration"
min={0}
type={"number"}
Expand Down

0 comments on commit 213fa46

Please sign in to comment.