fix(web): update i18n

This commit is contained in:
zhaoying
2026-03-12 17:00:30 +08:00
parent b9340ba02d
commit d7911244fc
2 changed files with 2 additions and 2 deletions

View File

@@ -1370,7 +1370,7 @@ export const en = {
gotoList: 'Return to Application List',
gotoDetail: 'View Details',
dify: 'Dify',
pleaseUploadFile: 'Please upload workflow file',
pleaseUploadFile: 'Please upload file',
},
userMemory: {
userMemory: 'User Memory',

View File

@@ -754,7 +754,7 @@ export const zh = {
gotoList: '返回应用列表',
gotoDetail: '查看详情',
dify: 'Dify',
pleaseUploadFile: '请上传工作流文件',
pleaseUploadFile: '请上传文件',
},
table: {
totalRecords: '共 {{total}} 条记录'