From eaeda9248ab23aa4b2a42969dd5f27617a49d8c3 Mon Sep 17 00:00:00 2001 From: alivarastepour Date: Thu, 2 Nov 2023 07:17:26 +0330 Subject: [PATCH] improved testResult content --- components/RiskAssessmentPageWrapper/Test/lib/data.ts | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/components/RiskAssessmentPageWrapper/Test/lib/data.ts b/components/RiskAssessmentPageWrapper/Test/lib/data.ts index ec1a8fa..d15448a 100644 --- a/components/RiskAssessmentPageWrapper/Test/lib/data.ts +++ b/components/RiskAssessmentPageWrapper/Test/lib/data.ts @@ -222,8 +222,11 @@ export const COMPACT_MODE_INTERCEPT = -3.12548995; export const MAX_VIEW_WIDTH = 100; export const CONTAINER_PADDING = 0.8; //rem export const TEST_RESULT_CONTENT = { - "very-low": "You are in a good shape! keep it up.", - low: "You have a low risk. Don't forget periodic check-ups.", - moderate: "You may be at risk. Consult a doctor.", - "at-risk": "You are at risk. Seek medical help immediately.", + "very-low": + "Maintain a healthy lifestyle and regular check-ups to prevent diabetes.", + low: "Continue healthy habits, monitor blood sugar, and consider periodic screenings.", + moderate: + "Adopt a balanced diet, increase physical activity, and consult a healthcare professional for personalized guidance.", + "at-risk": + " Consult a doctor for a comprehensive diabetes prevention plan, including dietary changes, regular exercise, and possible medication.", };