fix: add missing translation function to deprecation notice component

pull/22767/head
twwu 7 months ago
parent c2c69ffb82
commit 5aa4e38dc4

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

Loading…
Cancel
Save