diff --git a/web/app/components/tools/provider/detail.tsx b/web/app/components/tools/provider/detail.tsx index 2143ca0b39..644288494b 100644 --- a/web/app/components/tools/provider/detail.tsx +++ b/web/app/components/tools/provider/detail.tsx @@ -337,7 +337,7 @@ const ProviderDetail = ({ {/* Custom type */} {!isDetailLoading && (collection.type === CollectionType.custom) && (
- {t('tools.includeToolNum', { num: toolList.length }).toLocaleUpperCase()} + {t('tools.includeToolNum', { num: toolList.length, action: toolList.length > 1 ? 'actions' : 'action' }).toLocaleUpperCase()}
)} {/* Workflow type */}