mirror of
https://github.com/langgenius/dify.git
synced 2026-01-03 13:31:29 +00:00
fix(i18n): Update economy index method description to include keyword count
This commit is contained in:
parent
e6c6fa8ed8
commit
2812c774c6
@ -87,7 +87,7 @@ const IndexMethod = ({
|
||||
/>
|
||||
}
|
||||
title={t('datasetSettings.form.indexMethodEconomy')}
|
||||
description={t('datasetSettings.form.indexMethodEconomyTip')}
|
||||
description={t('datasetSettings.form.indexMethodEconomyTip', { count: keywordNumber })}
|
||||
onClick={handleIndexMethodChange}
|
||||
effectColor='blue'
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user