mirror of
https://github.com/langgenius/dify.git
synced 2026-09-08 11:04:27 +08:00
fix: update search placeholder text in SearchBoxWrapper for clarity in marketplace
This commit is contained in:
parent
5f6f9ed517
commit
8e788714e4
@ -91,7 +91,7 @@ const SearchBoxWrapper = ({
|
|||||||
className={cn('h-9 bg-components-input-bg-normal', inputClassName)}
|
className={cn('h-9 bg-components-input-bg-normal', inputClassName)}
|
||||||
showLeftIcon
|
showLeftIcon
|
||||||
value={inputValue}
|
value={inputValue}
|
||||||
placeholder={t('searchPlugins', { ns: 'plugin' })}
|
placeholder={t('searchInMarketplace', { ns: 'plugin' })}
|
||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
setDraftSearch(e.target.value)
|
setDraftSearch(e.target.value)
|
||||||
}}
|
}}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user