mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
fix: missing i18n translation for Trans (#30353)
This commit is contained in:
@ -74,6 +74,7 @@ const DeprecationNotice: FC<DeprecationNoticeProps> = ({
|
||||
<Trans
|
||||
t={t}
|
||||
i18nKey={`${i18nPrefix}.fullMessage`}
|
||||
ns="plugin"
|
||||
components={{
|
||||
CustomLink: (
|
||||
<Link
|
||||
|
||||
Reference in New Issue
Block a user