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