From 4d598bf6f9d44c5535c8f51354d3590755ad6b8a Mon Sep 17 00:00:00 2001 From: Shyam prakash Date: Sat, 9 Dec 2023 20:40:04 +0530 Subject: [PATCH] Changed created At to Measured At in log update card --- .../Facility/Consultations/DailyRounds/DefaultLogUpdateCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Facility/Consultations/DailyRounds/DefaultLogUpdateCard.tsx b/src/Components/Facility/Consultations/DailyRounds/DefaultLogUpdateCard.tsx index 63b5087cff8..913d72b1723 100644 --- a/src/Components/Facility/Consultations/DailyRounds/DefaultLogUpdateCard.tsx +++ b/src/Components/Facility/Consultations/DailyRounds/DefaultLogUpdateCard.tsx @@ -42,7 +42,7 @@ const DefaultLogUpdateCard = ({ round, ...props }: Props) => { - {t("created")} + {t("Measured")}