Преглед изворни кода

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

tags/1.7.0
Wu Tianwei пре 3 месеци
родитељ
комит
c987001a19
No account linked to committer's email address
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      web/app/components/plugins/base/deprecation-notice.tsx

+ 1
- 0
web/app/components/plugins/base/deprecation-notice.tsx Прегледај датотеку

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

Loading…
Откажи
Сачувај