mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
fix: missing i18n translation for Trans (#30353)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user