Procházet zdrojové kódy

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

tags/1.7.0
Wu Tianwei před 3 měsíci
rodič
revize
c987001a19
Žádný účet není propojen s e-mailovou adresou tvůrce revize

+ 1
- 0
web/app/components/plugins/base/deprecation-notice.tsx Zobrazit soubor

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

Načítá se…
Zrušit
Uložit