mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
VideosList search placeholder fixed
This commit is contained in:
parent
a1c36e8419
commit
eb3b4386d1
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ const VideosList = ({ className, metaResource }) => {
|
|||
<TextInput
|
||||
className={styles['search-input']}
|
||||
type={'text'}
|
||||
placeholder={'Search addons'}
|
||||
placeholder={'Search videos'}
|
||||
value={search}
|
||||
onChange={searchInputOnChange}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue