From f6059c377c8eec47a67299d089c37535ff4570c6 Mon Sep 17 00:00:00 2001 From: zxhlyh Date: Wed, 7 Feb 2024 15:01:53 +0800 Subject: [PATCH] fix: api based extension modal title (#2414) --- .../app/configuration/tools/external-data-tool-modal.tsx | 4 ++-- web/i18n/lang/app-debug.zh.ts | 2 +- web/i18n/lang/common.en.ts | 1 + web/i18n/lang/common.pt.ts | 1 + web/i18n/lang/common.zh.ts | 1 + 5 files changed, 6 insertions(+), 3 deletions(-) diff --git a/web/app/components/app/configuration/tools/external-data-tool-modal.tsx b/web/app/components/app/configuration/tools/external-data-tool-modal.tsx index 8584c25e9e..d52b66b65c 100644 --- a/web/app/components/app/configuration/tools/external-data-tool-modal.tsx +++ b/web/app/components/app/configuration/tools/external-data-tool-modal.tsx @@ -191,11 +191,11 @@ const ExternalDataToolModal: FC = ({ className='!p-8 !pb-6 !max-w-none !w-[640px]' >
- {`${action} ${t('appDebug.feature.tools.modal.title')}`} + {`${action} ${t('appDebug.variableConig.apiBasedVar')}`}
- {t('appDebug.feature.tools.modal.toolType.title')} + {t('common.apiBasedExtension.type')}