diff --git a/frontend/packages/core/src/const/system/const.tsx b/frontend/packages/core/src/const/system/const.tsx index 79d2b78f..b98f3ca9 100644 --- a/frontend/packages/core/src/const/system/const.tsx +++ b/frontend/packages/core/src/const/system/const.tsx @@ -556,7 +556,7 @@ export const REST_SERVICE_LOG_LIST: PageProColumns[] = [ ellipsis: true }, { - title: 'API / Tool', + title: 'API / Tools', dataIndex: ['api', 'name'], ellipsis: true }, @@ -600,7 +600,7 @@ export const AI_SERVICE_LOG_LIST: PageProColumns[] = [ ellipsis: true }, { - title: 'API / Tool', + title: 'API / Tools', dataIndex: ['api', 'name'], ellipsis: true },