From 4e74d8fce5fe3c04b127ce75852e91c27815e331 Mon Sep 17 00:00:00 2001 From: "kartik.sharma" Date: Fri, 16 May 2025 09:39:34 +0530 Subject: [PATCH] Change name daily task to Daily Progress Report --- src/data/menuData.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/menuData.json b/src/data/menuData.json index 994ee3ff..0870d187 100644 --- a/src/data/menuData.json +++ b/src/data/menuData.json @@ -48,7 +48,7 @@ "link": "/activities/task" }, { - "text": "Daily Task", + "text": "Daily Progress Report", "available": true, "link": "/activities/records" },