diff --git a/web/app/components/workflow/block-selector/rag-tool-recommendations/index.tsx b/web/app/components/workflow/block-selector/rag-tool-recommendations/index.tsx
index 4d7415e614..4406690e57 100644
--- a/web/app/components/workflow/block-selector/rag-tool-recommendations/index.tsx
+++ b/web/app/components/workflow/block-selector/rag-tool-recommendations/index.tsx
@@ -62,7 +62,7 @@ const RAGToolRecommendations = ({
{!isFetchingRAGRecommendedPlugins && recommendedPlugins.length === 0 && unInstalledPlugins.length === 0 && (
Marketplace',
+ noRecommendationPlugins: 'No recommended plugins, find more in Marketplace',
},
}
diff --git a/web/i18n/ja-JP/pipeline.ts b/web/i18n/ja-JP/pipeline.ts
index 64700acc09..9ec1b68273 100644
--- a/web/i18n/ja-JP/pipeline.ts
+++ b/web/i18n/ja-JP/pipeline.ts
@@ -33,7 +33,7 @@ const translation = {
},
ragToolSuggestions: {
title: 'RAGのための提案',
- noRecommendationPluginsInstalled: '推奨プラグインがインストールされていません。マーケットプレイスで詳細をご確認ください',
+ noRecommendationPlugins: '推奨プラグインがありません。マーケットプレイスで詳細をご確認ください',
},
}
diff --git a/web/i18n/zh-Hans/pipeline.ts b/web/i18n/zh-Hans/pipeline.ts
index 3c3a7a6506..1ae087fcfd 100644
--- a/web/i18n/zh-Hans/pipeline.ts
+++ b/web/i18n/zh-Hans/pipeline.ts
@@ -33,7 +33,7 @@ const translation = {
},
ragToolSuggestions: {
title: 'RAG 工具推荐',
- noRecommendationPluginsInstalled: '暂无已安装的推荐插件,更多插件请在 Marketplace 中查找',
+ noRecommendationPlugins: '暂无推荐插件,更多插件请在 Marketplace 中查找',
},
}