Update dataset pipeline header text and translations for improved clarity

This commit is contained in:
twwu 2025-08-27 13:46:03 +08:00
parent da48e54778
commit 57c242fff3
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ const Header = () => {
return (
<div className='system-md-semibold relative flex px-16 pb-2 pt-5 text-text-primary'>
<span>{t('datasetPipeline.creation.title')}</span>
<span>{t('datasetPipeline.creation.backToKnowledge')}</span>
<Link
className='absolute bottom-0 left-5'
href={'/datasets'}

View File

@ -1,6 +1,6 @@
const translation = {
creation: {
title: 'Blank Knowledge Pipeline',
backToKnowledge: 'Back to Knowledge',
createFromScratch: {
title: 'Blank knowledge pipeline',
description: 'Create a custom pipeline from scratch with full control over data processing and structure.',

View File

@ -1,6 +1,6 @@
const translation = {
creation: {
title: '创建知识流水线',
backToKnowledge: '返回知识库',
createFromScratch: {
title: '空白知识流水线',
description: '从零开始创建一个自定义知识流水线,对数据处理和结构拥有完全控制权。',