mirror of https://github.com/langgenius/dify.git
Update dataset pipeline header text and translations for improved clarity
This commit is contained in:
parent
da48e54778
commit
57c242fff3
|
|
@ -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'}
|
||||
|
|
|
|||
|
|
@ -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.',
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
const translation = {
|
||||
creation: {
|
||||
title: '创建知识流水线',
|
||||
backToKnowledge: '返回知识库',
|
||||
createFromScratch: {
|
||||
title: '空白知识流水线',
|
||||
description: '从零开始创建一个自定义知识流水线,对数据处理和结构拥有完全控制权。',
|
||||
|
|
|
|||
Loading…
Reference in New Issue