mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? [_Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._](feat: Translate autosaved #3301) ### Type of change - [x] New Feature (non-breaking change which adds functionality) Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
This commit is contained in:
@ -44,7 +44,9 @@ const FlowHeader = ({ showChatDrawer }: IProps) => {
|
||||
</Link>
|
||||
<div className="flex flex-col">
|
||||
<span className="font-semibold text-[18px]">{data.title}</span>
|
||||
<span className="font-normal text-sm">已自动保存 {time}</span>
|
||||
<span className="font-normal text-sm">
|
||||
{t('autosaved')} {time}
|
||||
</span>
|
||||
</div>
|
||||
</Space>
|
||||
<Space size={'large'}>
|
||||
|
||||
Reference in New Issue
Block a user