Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyu committed Dec 20, 2024
1 parent 9d6f14b commit 55d0a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ui/src/menu-items/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const dashboard = [
children: [
{
id: 'assistants',
title: 'OpenAI 助手',
title: '智能助手',
type: 'item',
url: '/assistants',
icon: PiOpenAiLogo,
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/views/assistants/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const Assistants = () => {
return (
<>
<Stack flexDirection='column' sx={{ gap: 3 }}>
<ViewHeader title='OpenAI 助手' />
<ViewHeader title='智能助手' />
<FeatureCards />
</Stack>
</>
Expand Down

0 comments on commit 55d0a1e

Please sign in to comment.