From 6b41a9593e8165bc51c2fb4ceebcfa3463194f47 Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 15 Sep 2023 14:15:28 +0800 Subject: [PATCH] fix: text error (#1184) --- web/i18n/lang/dataset-creation.en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/lang/dataset-creation.en.ts b/web/i18n/lang/dataset-creation.en.ts index 19e01bf7f0..d6583ba3cb 100644 --- a/web/i18n/lang/dataset-creation.en.ts +++ b/web/i18n/lang/dataset-creation.en.ts @@ -17,7 +17,7 @@ const translation = { dataSourceType: { file: 'Import from text file', notion: 'Sync from Notion', - web: 'Sync from web site', + web: 'Sync from website', }, uploader: { title: 'Upload text file',