mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 00:46:52 +08:00
### What problem does this PR solve? fix: When the component id is very long, the delete button of generate will be hidden #1906 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -783,7 +783,7 @@ The above is the content you need to summarize.`,
|
||||
'15d': '12 days',
|
||||
'30d': '30 days',
|
||||
},
|
||||
publish: 'Publish',
|
||||
publish: 'API',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
@ -741,7 +741,7 @@ export default {
|
||||
'15d': '12天',
|
||||
'30d': '30天',
|
||||
},
|
||||
publish: '發布',
|
||||
publish: 'API',
|
||||
},
|
||||
footer: {
|
||||
profile: '“保留所有權利 @ react”',
|
||||
|
||||
@ -759,7 +759,7 @@ export default {
|
||||
'15d': '12天',
|
||||
'30d': '30天',
|
||||
},
|
||||
publish: '发布',
|
||||
publish: 'API',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user