fix: missing i18n translation for Trans (#30353)

This commit is contained in:
Stephen Zhou
2025-12-30 10:46:52 +08:00
committed by GitHub
parent faef04cdf7
commit 3505516e8e
11 changed files with 42 additions and 22 deletions

View File

@ -96,7 +96,8 @@ const RAGToolRecommendations = ({
{!isFetchingRAGRecommendedPlugins && recommendedPlugins.length === 0 && unInstalledPlugins.length === 0 && (
<p className="system-xs-regular px-3 py-1 text-text-tertiary">
<Trans
i18nKey="pipeline.ragToolSuggestions.noRecommendationPlugins"
i18nKey="ragToolSuggestions.noRecommendationPlugins"
ns="pipeline"
components={{
CustomLink: (
<Link