chore: fix setting text

This commit is contained in:
Joel 2024-12-10 17:36:19 +08:00
parent 8baaf7c84e
commit 14c8297e36
2 changed files with 1 additions and 2 deletions

View File

@ -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)}

View File

@ -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',