refactor(knowledge-base): update title from 'Question-Answer' to 'Q&A' for improved clarity

This commit is contained in:
twwu
2025-08-21 18:13:44 +08:00
parent d3b6631df8
commit af74019d6e

View File

@@ -47,7 +47,7 @@ export const useChunkStructure = () => {
)} )}
/> />
), ),
title: 'Question-Answer', title: 'Q&A',
description: t('datasetCreation.stepTwo.qaTip'), description: t('datasetCreation.stepTwo.qaTip'),
effectColor: 'teal', effectColor: 'teal',
} }