mirror of https://github.com/langgenius/dify.git
fix: update tooltip for chunk structure in knowledge base component (#26808)
This commit is contained in:
parent
f0a60a9000
commit
c692962650
|
|
@ -29,7 +29,7 @@ const ChunkStructure = ({
|
|||
<Field
|
||||
fieldTitleProps={{
|
||||
title: t('workflow.nodes.knowledgeBase.chunkStructure'),
|
||||
tooltip: t('workflow.nodes.knowledgeBase.chunkStructure'),
|
||||
tooltip: t('workflow.nodes.knowledgeBase.chunkStructureTip.message'),
|
||||
operation: chunkStructure && (
|
||||
<Selector
|
||||
options={options}
|
||||
|
|
|
|||
Loading…
Reference in New Issue