From c62f041819870d7d21cf2d1b874b7f9c512909d7 Mon Sep 17 00:00:00 2001 From: Zayd Krunz <70227235+ShrootBuck@users.noreply.github.com> Date: Wed, 3 Jan 2024 03:30:14 -0700 Subject: [PATCH] style: Basic refactoring, a little tooltip fix, and some small language changes (#1850) Co-authored-by: Matthias Nannt --- .../summary/components/SummaryMetadata.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/(analysis)/summary/components/SummaryMetadata.tsx b/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/(analysis)/summary/components/SummaryMetadata.tsx index 8b7a55f6df..8e1f591eb8 100644 --- a/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/(analysis)/summary/components/SummaryMetadata.tsx +++ b/apps/web/app/(app)/environments/[environmentId]/surveys/[surveyId]/(analysis)/summary/components/SummaryMetadata.tsx @@ -80,29 +80,29 @@ export default function SummaryMetadata({
-
-

Displays

-

- {displayCount === 0 ? - : displayCount} -

-
+ - : displayCount} + tooltipText="Number of times the survey has been viewed." + /> - : totalResponses} - tooltipText="People who started the survey." + tooltipText="Number of times the survey has been started." /> - : completedResponsesCount} - tooltipText="People who completed the survey." + tooltipText="Number of times the survey has been completed." /> - : totalResponses - completedResponsesCount} - tooltipText="People who started but not completed the survey." + tooltipText="Number of times the survey has been started but not completed." />