Просмотр исходного кода

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

tags/1.7.0
Wu Tianwei 3 месяцев назад
Родитель
Сommit
c987001a19
Аккаунт пользователя с таким Email не найден
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: (

Загрузка…
Отмена
Сохранить