diff --git a/frontend/src/scenes/surveys/surveyViewViz.tsx b/frontend/src/scenes/surveys/surveyViewViz.tsx index a2ab8db7c32f8..8f71b703919a8 100644 --- a/frontend/src/scenes/surveys/surveyViewViz.tsx +++ b/frontend/src/scenes/surveys/surveyViewViz.tsx @@ -89,7 +89,7 @@ export function UsersStackedBar({ surveyUserStats }: { surveyUserStats: SurveyUs {[ { count: seen, - label: 'Shown', + label: 'Unanswered', classes: `rounded-l ${dismissed === 0 && sent === 0 ? 'rounded-r' : ''}`, style: { backgroundColor: '#1D4AFF', width: `${seenPercentage}%` }, }, @@ -135,7 +135,7 @@ export function UsersStackedBar({ surveyUserStats }: { surveyUserStats: SurveyUs
{[ - { count: seen, label: 'Viewed', style: { backgroundColor: '#1D4AFF' } }, + { count: seen, label: 'Unanswered', style: { backgroundColor: '#1D4AFF' } }, { count: dismissed, label: 'Dismissed', style: { backgroundColor: '#E3A506' } }, { count: sent, label: 'Submitted', style: { backgroundColor: '#529B08' } }, ].map(