diff --git a/web/components/answers/compatibility-questions-display.tsx b/web/components/answers/compatibility-questions-display.tsx index 4388d6ad..2d86da41 100644 --- a/web/components/answers/compatibility-questions-display.tsx +++ b/web/components/answers/compatibility-questions-display.tsx @@ -406,7 +406,7 @@ export function CompatibilityAnswerBlock(props: { } > {question.question} @@ -494,7 +494,7 @@ export function CompatibilityAnswerBlock(props: { {distinctPreferredAnswersText.length > 0 && ( -
+
{preferredDoesNotIncludeAnswerText ? t('answers.display.acceptable', 'Acceptable') : t('answers.display.also_acceptable', 'Also acceptable')}