Skip to content

Commit

Permalink
Fix list search bar english (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
3gf8jv4dv authored Dec 28, 2024
1 parent 634f34b commit e9b3399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Home/Views/Mylist/MusicList/ListSearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit e9b3399

Please sign in to comment.