mirror of https://github.com/langgenius/dify.git
chore: fix setting text
This commit is contained in:
parent
8baaf7c84e
commit
14c8297e36
|
|
@ -539,7 +539,6 @@ const DocumentList: FC<IDocumentListProps> = ({
|
|||
}}>
|
||||
<td className='text-left align-middle text-text-tertiary text-xs'>
|
||||
<div className='flex items-center' onClick={e => e.stopPropagation()}>
|
||||
|
||||
<Checkbox
|
||||
className='shrink-0 mr-2'
|
||||
checked={selectedIds.includes(doc.id)}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ const translation = {
|
|||
},
|
||||
action: {
|
||||
uploadFile: 'Upload new file',
|
||||
settings: 'Segment settings',
|
||||
settings: 'Chunking Settings',
|
||||
addButton: 'Add chunk',
|
||||
add: 'Add a chunk',
|
||||
batchAdd: 'Batch add',
|
||||
|
|
|
|||
Loading…
Reference in New Issue