fix(i18n): Update economy index method description to include keyword count

pull/21398/head
twwu 12 months ago
parent e6c6fa8ed8
commit 2812c774c6

@ -87,7 +87,7 @@ const IndexMethod = ({
/> />
} }
title={t('datasetSettings.form.indexMethodEconomy')} title={t('datasetSettings.form.indexMethodEconomy')}
description={t('datasetSettings.form.indexMethodEconomyTip')} description={t('datasetSettings.form.indexMethodEconomyTip', { count: keywordNumber })}
onClick={handleIndexMethodChange} onClick={handleIndexMethodChange}
effectColor='blue' effectColor='blue'
> >

Loading…
Cancel
Save