mirror of
https://github.com/langgenius/dify.git
synced 2025-12-25 01:00:42 -05:00
fix: add missing translation function to deprecation notice component (#22767)
This commit is contained in:
@@ -65,6 +65,7 @@ const DeprecationNotice: FC<DeprecationNoticeProps> = ({
|
||||
{
|
||||
hasValidDeprecatedReason && alternativePluginId && (
|
||||
<Trans
|
||||
t={t}
|
||||
i18nKey={`${i18nPrefix}.fullMessage`}
|
||||
components={{
|
||||
CustomLink: (
|
||||
|
||||
Reference in New Issue
Block a user