Bläddra i källkod

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

tags/1.7.0
Wu Tianwei 3 månader sedan
förälder
incheckning
c987001a19
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      web/app/components/plugins/base/deprecation-notice.tsx

+ 1
- 0
web/app/components/plugins/base/deprecation-notice.tsx Visa fil

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

Laddar…
Avbryt
Spara