From 3d276f4a7f98d225ae6b5113322692edba63c49d Mon Sep 17 00:00:00 2001 From: Harry Wang Date: Tue, 4 Jun 2024 21:29:29 -0400 Subject: [PATCH] change "Import from text file" to "Import from file" (#4935) --- web/i18n/en-US/dataset-creation.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/i18n/en-US/dataset-creation.ts b/web/i18n/en-US/dataset-creation.ts index 8923170f7f..c315b4c4a6 100644 --- a/web/i18n/en-US/dataset-creation.ts +++ b/web/i18n/en-US/dataset-creation.ts @@ -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.',