Unverified Commit 519fb90d authored by zxhlyh's avatar zxhlyh Committed by GitHub

fix: some text (#1579)

parent 6768fd4d
...@@ -23,7 +23,7 @@ const SignIn = () => { ...@@ -23,7 +23,7 @@ const SignIn = () => {
<Header /> <Header />
<Forms /> <Forms />
<div className='px-8 py-6 text-sm font-normal text-gray-500'> <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>
</div> </div>
......
...@@ -4,7 +4,7 @@ const translation = { ...@@ -4,7 +4,7 @@ const translation = {
appCount: ' linked apps', appCount: ' linked apps',
createDataset: 'Create Dataset', createDataset: 'Create Dataset',
createDatasetIntro: 'Import your own text data or write data in real-time via Webhook for LLM context enhancement.', 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: 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.', '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', datasetDeleted: 'Dataset deleted',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment