change "Import from text file" to "Import from file" (#4935)

This commit is contained in:
Harry Wang 2024-06-04 21:29:29 -04:00 committed by GitHub
parent b20d173324
commit 3d276f4a7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,12 +15,12 @@ const translation = {
filePreview: 'File Preview', filePreview: 'File Preview',
pagePreview: 'Page Preview', pagePreview: 'Page Preview',
dataSourceType: { dataSourceType: {
file: 'Import from text file', file: 'Import from file',
notion: 'Sync from Notion', notion: 'Sync from Notion',
web: 'Sync from website', web: 'Sync from website',
}, },
uploader: { uploader: {
title: 'Upload text file', title: 'Upload file',
button: 'Drag and drop file, or', button: 'Drag and drop file, or',
browse: 'Browse', browse: 'Browse',
tip: 'Supports {{supportTypes}}. Max {{size}}MB each.', tip: 'Supports {{supportTypes}}. Max {{size}}MB each.',