From ce451191076917db56fa957ec338a575393a0ef1 Mon Sep 17 00:00:00 2001 From: Dave MacFarlane Date: Mon, 24 Feb 2025 13:25:08 -0500 Subject: [PATCH] [dataquery] Improve labels on pin query modal This updates the labels on the dataquery "pin query" modal to be more user friendly. --- modules/dataquery/jsx/welcome.adminquerymodal.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/dataquery/jsx/welcome.adminquerymodal.tsx b/modules/dataquery/jsx/welcome.adminquerymodal.tsx index ff45d1c4bb4..bb627dbe571 100644 --- a/modules/dataquery/jsx/welcome.adminquerymodal.tsx +++ b/modules/dataquery/jsx/welcome.adminquerymodal.tsx @@ -83,11 +83,11 @@ function AdminQueryModal(props: { onUserInput={ (name: string, value: boolean) => setTopQuery(value) } - label='Pin Study Query' + label='Pin study query' /> setDashboardQuery(value) @@ -95,7 +95,7 @@ function AdminQueryModal(props: { /> setLoginQuery(value)