fix: add missing translation function to deprecation notice component (#22767)
This commit is contained in:
parent
e9c9c5d8f1
commit
c987001a19
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ const DeprecationNotice: FC<DeprecationNoticeProps> = ({
|
|||
{
|
||||
hasValidDeprecatedReason && alternativePluginId && (
|
||||
<Trans
|
||||
t={t}
|
||||
i18nKey={`${i18nPrefix}.fullMessage`}
|
||||
components={{
|
||||
CustomLink: (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue