mirror of
https://github.com/langgenius/dify.git
synced 2026-04-27 11:06:46 +08:00
fix: add missing translation function to deprecation notice component (#22767)
This commit is contained in:
parent
e9c9c5d8f1
commit
c987001a19
@ -65,6 +65,7 @@ const DeprecationNotice: FC<DeprecationNoticeProps> = ({
|
|||||||
{
|
{
|
||||||
hasValidDeprecatedReason && alternativePluginId && (
|
hasValidDeprecatedReason && alternativePluginId && (
|
||||||
<Trans
|
<Trans
|
||||||
|
t={t}
|
||||||
i18nKey={`${i18nPrefix}.fullMessage`}
|
i18nKey={`${i18nPrefix}.fullMessage`}
|
||||||
components={{
|
components={{
|
||||||
CustomLink: (
|
CustomLink: (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user