File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ export const ConsultationDetails = (props: any) => {
402
402
consultationData . deprecated_verified_by ) && (
403
403
< div className = "mt-2 text-sm" >
404
404
< span className = "font-semibold leading-relaxed" >
405
- Verified By :{ " " }
405
+ Treating Physician :{ " " }
406
406
</ span >
407
407
{ consultationData . verified_by_object
408
408
? `${ consultationData . verified_by_object . first_name } ${ consultationData . verified_by_object . last_name } `
Original file line number Diff line number Diff line change @@ -539,7 +539,7 @@ export const ConsultationForm = (props: any) => {
539
539
540
540
case "verified_by" : {
541
541
if ( state . form . suggestion !== "DD" && ! state . form [ field ] ) {
542
- errors [ field ] = "Please fill verified by " ;
542
+ errors [ field ] = "Please fill treating physician " ;
543
543
invalidForm = true ;
544
544
break ;
545
545
}
@@ -1321,7 +1321,7 @@ export const ConsultationForm = (props: any) => {
1321
1321
>
1322
1322
< UserAutocompleteFormField
1323
1323
name = { "verified_by" }
1324
- label = "Verified by "
1324
+ label = "Treating Physician "
1325
1325
placeholder = "Attending Doctors Name and Designation"
1326
1326
required
1327
1327
value = { state . form . verified_by_object ?? undefined }
You can’t perform that action at this time.
0 commit comments