소스 검색

fix: missing action value to `tools.includeToolNum` lang for custom t… (#15239)

tags/1.0.1
Che Kun 7 달 전
부모
커밋
cfd7e8a829
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      web/app/components/tools/provider/detail.tsx

+ 1
- 1
web/app/components/tools/provider/detail.tsx 파일 보기

@@ -337,7 +337,7 @@ const ProviderDetail = ({
{/* Custom type */}
{!isDetailLoading && (collection.type === CollectionType.custom) && (
<div className='text-text-secondary system-sm-semibold-uppercase'>
<span className=''>{t('tools.includeToolNum', { num: toolList.length }).toLocaleUpperCase()}</span>
<span className=''>{t('tools.includeToolNum', { num: toolList.length, action: toolList.length > 1 ? 'actions' : 'action' }).toLocaleUpperCase()}</span>
</div>
)}
{/* Workflow type */}

Loading…
취소
저장