Parcourir la source

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

Harry Wang il y a 10 mois
Parent
commit
3d276f4a7f
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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.',