mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
change "Import from text file" to "Import from file" (#4935)
This commit is contained in:
parent
b20d173324
commit
3d276f4a7f
|
@ -15,12 +15,12 @@ const translation = {
|
|||
filePreview: 'File Preview',
|
||||
pagePreview: 'Page Preview',
|
||||
dataSourceType: {
|
||||
file: 'Import from text file',
|
||||
file: 'Import from file',
|
||||
notion: 'Sync from Notion',
|
||||
web: 'Sync from website',
|
||||
},
|
||||
uploader: {
|
||||
title: 'Upload text file',
|
||||
title: 'Upload file',
|
||||
button: 'Drag and drop file, or',
|
||||
browse: 'Browse',
|
||||
tip: 'Supports {{supportTypes}}. Max {{size}}MB each.',
|
||||
|
|
Loading…
Reference in New Issue
Block a user