Skip to content

Commit f6ca050

Browse files
committed
feat: #392 - Rename Current state label to Current or Most recent state
1 parent bf8e97e commit f6ca050

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

frontend/src/pages/PatientManager/NewPatientForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ const NewPatientForm = ({
365365
htmlFor="current-state"
366366
className="block text-sm font-semibold leading-6 text-gray-900"
367367
>
368-
Current state
368+
Current or Most recent state
369369
</label>
370370
</div>
371371
<div className="mr-6 md:mr-0 md:w-[500px] md:pl-16">

frontend/src/pages/PatientManager/PatientHistory.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const PatientHistory = ({
8686
</div>
8787
<div className="flex">
8888
<dt className="mr-2 sm:mr-4 text-sm font-extrabold leading-6 text-gray-900">
89-
Current State:
89+
Current or Most recent state
9090
</dt>
9191
<dd className="text-sm leading-6 text-gray-700">
9292
{item.Diagnosis}

frontend/src/pages/PatientManager/PatientSummary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ const PatientSummary = ({
620620
<div className="flex-row justify-between py-6 border-b border-gray-900/10 md:flex">
621621
<div className="flex w-full md:p-0">
622622
<dt className="w-1/2 text-sm font-medium leading-6 text-gray-900">
623-
Current State:
623+
Current or Most recent state
624624
</dt>
625625
<dd className="text-sm leading-6 text-gray-700 sm:col-span-2 sm:mt-0">
626626
{patientInfo.Diagnosis}

0 commit comments

Comments
 (0)