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
|
<Input
|
||||||
innerRef={inputRef}
|
innerRef={inputRef}
|
||||||
className='search-input'
|
className='search-input'
|
||||||
placeholder={gettext('Global search')}
|
placeholder={gettext('Search')}
|
||||||
type='text'
|
type='text'
|
||||||
value={inputValue}
|
value={inputValue}
|
||||||
onChange={handleSearchInputChange}
|
onChange={handleSearchInputChange}
|
||||||
|
Reference in New Issue
Block a user