fix: add missing translation function to deprecation notice component (#22767)

pull/22776/head
Wu Tianwei 7 months ago committed by GitHub
parent e9c9c5d8f1
commit c987001a19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -65,6 +65,7 @@ const DeprecationNotice: FC<DeprecationNoticeProps> = ({
{
hasValidDeprecatedReason && alternativePluginId && (
<Trans
t={t}
i18nKey={`${i18nPrefix}.fullMessage`}
components={{
CustomLink: (

Loading…
Cancel
Save