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." />