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

@ -122,6 +122,7 @@ const Installed: FC<Props> = ({
<p>
<Trans
i18nKey={`${i18nPrefix}.fromTrustSource`}
ns="plugin"
components={{ trustSource: <span className="system-md-semibold" /> }}
/>
</p>