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:
@ -122,6 +122,7 @@ const Installed: FC<Props> = ({
|
||||
<p>
|
||||
<Trans
|
||||
i18nKey={`${i18nPrefix}.fromTrustSource`}
|
||||
ns="plugin"
|
||||
components={{ trustSource: <span className="system-md-semibold" /> }}
|
||||
/>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user