diff --git a/public/components/incontext_insight/generate_popover_body.tsx b/public/components/incontext_insight/generate_popover_body.tsx index 76f5950f..7c2c428d 100644 --- a/public/components/incontext_insight/generate_popover_body.tsx +++ b/public/components/incontext_insight/generate_popover_body.tsx @@ -261,9 +261,13 @@ export const GeneratePopoverBody: React.FC<{
- {i18n.translate('assistantDashboards.incontextInsight.Summary', { - defaultMessage: showInsight ? 'Insight With RAG' : 'Summary', - })} + {showInsight + ? i18n.translate('assistantDashboards.inContextInsight.withRAGSummary', { + defaultMessage: 'Insight With RAG', + }) + : i18n.translate('assistantDashboards.inContextInsight.summary', { + defaultMessage: 'Summary', + })}