From 4ef876db239599116ebb03f5b4d406d994b11b78 Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 17 Dec 2024 17:35:42 +0800 Subject: [PATCH] chore: use qa language --- web/app/components/datasets/create/step-two/index.tsx | 4 ++-- web/i18n/en-US/dataset-creation.ts | 1 + web/i18n/zh-Hans/dataset-creation.ts | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/web/app/components/datasets/create/step-two/index.tsx b/web/app/components/datasets/create/step-two/index.tsx index 81fe80f67d..dd33167cb2 100644 --- a/web/app/components/datasets/create/step-two/index.tsx +++ b/web/app/components/datasets/create/step-two/index.tsx @@ -550,7 +550,7 @@ const StepTwo = ({ getRulesFromDetail() getDefaultMode() } - // eslint-disable-next-line react-hooks/exhaustive-deps + // eslint-disable-next-line react-hooks/exhaustive-deps }, []) useEffect(() => { @@ -658,7 +658,7 @@ const StepTwo = ({ />
- {t('datasetCreation.stepTwo.QALanguage')} + {t('datasetCreation.stepTwo.useQALanguage')}