From d2c351ffc721cf939249668ddf831a50323263ac Mon Sep 17 00:00:00 2001 From: Khavin Shankar Date: Mon, 8 Jul 2024 15:10:04 +0530 Subject: [PATCH] altered warning text and color in discharge patient modal --- src/Components/Facility/DischargeModal.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Components/Facility/DischargeModal.tsx b/src/Components/Facility/DischargeModal.tsx index 0be7b4eabd8..a2181ee67d9 100644 --- a/src/Components/Facility/DischargeModal.tsx +++ b/src/Components/Facility/DischargeModal.tsx @@ -210,9 +210,12 @@ const DischargeModal = ({ title={

Discharge patient from CARE

- + -

Caution: this action is irreversible.

+

+ Caution: Once a patient is marked as expired, the patient file + cannot be transferred or edited. Please proceed with caution. +

}