1
0
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:
Aries
2024-09-26 12:22:38 +08:00
committed by GitHub
parent 43471e3573
commit 4fea5d13c1

View File

@@ -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}