Fix list search bar english (#671)

Related: https://github.com/lyswhut/lx-music-desktop/issues/2050
This commit is contained in:
3gf8jv4dv 2024-12-28 23:27:54 +08:00 committed by GitHub
parent 634f34b4d3
commit e9b339977d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ const SearchInput = forwardRef<SearchInputType, SearchInputProps>(({ onSearch },
return (
<Input
onChangeText={handleChangeText}
placeholder="Find for something..."
placeholder="Search for something..."
value={text}
style={styles.input}
// onFocus={showTipList}