From 5e5c33f6ef3d5d04539b29861ca57234a0571389 Mon Sep 17 00:00:00 2001 From: Anitha Varghese Date: Mon, 26 Aug 2024 11:44:26 +0530 Subject: [PATCH] update: title change --- service/diabetes-research-hub/ux.sql.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/diabetes-research-hub/ux.sql.ts b/service/diabetes-research-hub/ux.sql.ts index 1019a67..f6d79a2 100755 --- a/service/diabetes-research-hub/ux.sql.ts +++ b/service/diabetes-research-hub/ux.sql.ts @@ -84,7 +84,7 @@ export class DRHSqlPages extends spn.TypicalSqlPageNotebook { ; SELECT - 'Research Study Details' as title, + 'Study Participant ResearchSite Details' as title, '/drh/study-related-data/index.sql' as link, 'This section provides detailed information about the study , the participants and sites involved in the research study.' as description, 'book' as icon,