From cfd7e8a8292b2ff6afe9016120be45ea21825c19 Mon Sep 17 00:00:00 2001 From: Che Kun Date: Sat, 8 Mar 2025 10:55:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20missing=20action=20value=20to=20`tools.i?= =?UTF-8?q?ncludeToolNum`=20lang=20for=20custom=20t=E2=80=A6=20(#15239)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/app/components/tools/provider/detail.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */}