From e8a9a596e8919304e687bbea8404ce64ecbd6980 Mon Sep 17 00:00:00 2001 From: Mohammed Nihal <57055998+nihal467@users.noreply.github.com> Date: Fri, 28 Apr 2023 20:11:59 +0530 Subject: [PATCH] Update ShiftCreate.tsx --- src/Components/Patient/ShiftCreate.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/Patient/ShiftCreate.tsx b/src/Components/Patient/ShiftCreate.tsx index d9a99b3fc45..a569bdf950e 100644 --- a/src/Components/Patient/ShiftCreate.tsx +++ b/src/Components/Patient/ShiftCreate.tsx @@ -78,10 +78,10 @@ export const ShiftCreate = (props: patientShiftProps) => { let requiredFields: any = { refering_facility_contact_name: { - errorText: "Name of contact of the referring facility", + errorText: "Name of contact of the current facility", }, refering_facility_contact_number: { - errorText: "Phone number of contact of the referring facility", + errorText: "Phone number of contact of the current facility", invalidText: "Please enter valid phone number", }, reason: {