浏览代码

fix: some text (#1579)

tags/0.3.31
zxhlyh 1年前
父节点
当前提交
519fb90d5a
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      web/app/signin/page.tsx
  2. 1
    1
      web/i18n/lang/dataset.en.ts

+ 1
- 1
web/app/signin/page.tsx 查看文件

@@ -23,7 +23,7 @@ const SignIn = () => {
<Header />
<Forms />
<div className='px-8 py-6 text-sm font-normal text-gray-500'>
© {new Date().getFullYear()} Dify, Inc. All rights reserved.
© {new Date().getFullYear()} LangGenius, Inc. All rights reserved.
</div>
</div>


+ 1
- 1
web/i18n/lang/dataset.en.ts 查看文件

@@ -4,7 +4,7 @@ const translation = {
appCount: ' linked apps',
createDataset: 'Create Dataset',
createDatasetIntro: 'Import your own text data or write data in real-time via Webhook for LLM context enhancement.',
deleteDatasetConfirmTitle: 'Delete this app?',
deleteDatasetConfirmTitle: 'Delete this dataset?',
deleteDatasetConfirmContent:
'Deleting the dataset is irreversible. Users will no longer be able to access your dataset, and all prompt configurations and logs will be permanently deleted.',
datasetDeleted: 'Dataset deleted',

正在加载...
取消
保存