Ver código fonte

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

tags/1.7.0
Wu Tianwei 3 meses atrás
pai
commit
c987001a19
Nenhuma conta vinculada ao e-mail do autor do commit

+ 1
- 0
web/app/components/plugins/base/deprecation-notice.tsx Ver arquivo

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

Carregando…
Cancelar
Salvar