瀏覽代碼

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

Harry Wang 10 月之前
父節點
當前提交
3d276f4a7f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      web/i18n/en-US/dataset-creation.ts

+ 2 - 2
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.',