Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
517f6d1a
Unverified
Commit
517f6d1a
authored
Feb 06, 2024
by
Benjamin
Committed by
GitHub
Feb 06, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:update document title in Apps component (#2404)
parent
70992609
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
4 deletions
+1
-4
Apps.tsx
web/app/(commonLayout)/apps/Apps.tsx
+1
-1
app.en.ts
web/i18n/lang/app.en.ts
+0
-1
app.pt.ts
web/i18n/lang/app.pt.ts
+0
-1
app.zh.ts
web/i18n/lang/app.zh.ts
+0
-1
No files found.
web/app/(commonLayout)/apps/Apps.tsx
View file @
517f6d1a
...
@@ -53,7 +53,7 @@ const Apps = () => {
...
@@ -53,7 +53,7 @@ const Apps = () => {
]
]
useEffect
(()
=>
{
useEffect
(()
=>
{
document
.
title
=
`
${
t
(
'
app.title
'
)}
- Dify`
document
.
title
=
`
${
t
(
'
common.menus.apps
'
)}
- Dify`
if
(
localStorage
.
getItem
(
NEED_REFRESH_APP_LIST_KEY
)
===
'1'
)
{
if
(
localStorage
.
getItem
(
NEED_REFRESH_APP_LIST_KEY
)
===
'1'
)
{
localStorage
.
removeItem
(
NEED_REFRESH_APP_LIST_KEY
)
localStorage
.
removeItem
(
NEED_REFRESH_APP_LIST_KEY
)
mutate
()
mutate
()
...
...
web/i18n/lang/app.en.ts
View file @
517f6d1a
const
translation
=
{
const
translation
=
{
title
:
'Studio'
,
createApp
:
'Create new App'
,
createApp
:
'Create new App'
,
types
:
{
types
:
{
all
:
'All'
,
all
:
'All'
,
...
...
web/i18n/lang/app.pt.ts
View file @
517f6d1a
const
translation
=
{
const
translation
=
{
title
:
'Studio'
,
createApp
:
'Criar novo aplicativo'
,
createApp
:
'Criar novo aplicativo'
,
modes
:
{
modes
:
{
completion
:
'Gerador de Texto'
,
completion
:
'Gerador de Texto'
,
...
...
web/i18n/lang/app.zh.ts
View file @
517f6d1a
const
translation
=
{
const
translation
=
{
title
:
'工作室'
,
createApp
:
'创建应用'
,
createApp
:
'创建应用'
,
types
:
{
types
:
{
all
:
'全部'
,
all
:
'全部'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment