Bladeren bron
fix: add missing translation function to deprecation notice component (#22767)
tags/1.7.0
Wu Tianwei
3 maanden geleden
bovenliggende
commit
c987001a19
No account linked to committer's email address
|
|
|
@@ -65,6 +65,7 @@ const DeprecationNotice: FC<DeprecationNoticeProps> = ({ |
|
|
|
{ |
|
|
|
hasValidDeprecatedReason && alternativePluginId && ( |
|
|
|
<Trans |
|
|
|
t={t} |
|
|
|
i18nKey={`${i18nPrefix}.fullMessage`} |
|
|
|
components={{ |
|
|
|
CustomLink: ( |