diff --git a/web/src/locales/en.ts b/web/src/locales/en.ts
index 8a71425ed3..98936bf80a 100644
--- a/web/src/locales/en.ts
+++ b/web/src/locales/en.ts
@@ -1517,7 +1517,7 @@ Example: Virtual Hosted Style`,
Best for: Documents with independent, structurally significant sections — such as legal statutes, regulations, contracts, and technical specifications — where each chunk must be identifiable by its structural position even without surrounding context.`,
groupTip: `Split the document flat at a chosen heading level and automatically merge adjacent small sections to preserve content continuity. No parent-heading path is injected.
Best for: Documents with flowing, contextually connected content — such as books, manuals, reports, and articles — where adjacent paragraphs should stay together to maintain narrative coherence.`,
- enableMultiColumn: 'Remove original table of contents',
+ enableMultiColumn: 'Detect multi-column layout',
enableMultiColumnTip:
'Detect and parse multi-column page layouts to preserve the correct reading order. Turn this on for PDFs or documents with two-column or newspaper-style layouts.',
removeToc: 'Remove original table of contents',
diff --git a/web/src/pages/agent/form/title-chunker-form/index.tsx b/web/src/pages/agent/form/title-chunker-form/index.tsx
index b5e7d64d50..7f60bc27f2 100644
--- a/web/src/pages/agent/form/title-chunker-form/index.tsx
+++ b/web/src/pages/agent/form/title-chunker-form/index.tsx
@@ -311,10 +311,10 @@ const TitleChunkerForm = ({ node }: INextOperatorForm) => {
? t('flow.groupTip')
: '',
}}
- >
- {/* {method === 'hierarchy' && t('flow.hierarchyTip')}
+ />
+ {/* {method === 'hierarchy' && t('flow.hierarchyTip')}
{method === 'group' && t('flow.groupTip')} */}
-
+
{/*
{showAllTip ? '▲' : ''}
*/}