mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 19:29:56 +00:00
update search placeholder (#6845)
This commit is contained in:
@@ -164,7 +164,7 @@ const Searcher = ({ searchStatus, onUpdateSearchStatus, onDirentItemClick, selec
|
||||
<Input
|
||||
innerRef={inputRef}
|
||||
className='search-input'
|
||||
placeholder={gettext('Global search')}
|
||||
placeholder={gettext('Search')}
|
||||
type='text'
|
||||
value={inputValue}
|
||||
onChange={handleSearchInputChange}
|
||||
|
Reference in New Issue
Block a user