File tree Expand file tree Collapse file tree
components/Layout/SearchInput Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { MagnifyingGlassIcon } from '@heroicons/react/24/solid';
55import { useIntl } from 'react-intl' ;
66
77const messages = defineMessages ( 'components.Layout.SearchInput' , {
8- searchPlaceholder : 'Search Movies & TV ' ,
8+ searchPlaceholder : 'Search Movies & Series ' ,
99} ) ;
1010
1111const SearchInput = ( ) => {
Original file line number Diff line number Diff line change 221221 "components.LanguageSelector.languageServerDefault" : " Default ({language})" ,
222222 "components.LanguageSelector.originalLanguageDefault" : " All Languages" ,
223223 "components.Layout.LanguagePicker.displaylanguage" : " Display Language" ,
224- "components.Layout.SearchInput.searchPlaceholder" : " Search Movies & TV " ,
224+ "components.Layout.SearchInput.searchPlaceholder" : " Search Movies & Series " ,
225225 "components.Layout.Sidebar.blocklist" : " Blocklist" ,
226226 "components.Layout.Sidebar.browsemovies" : " Movies" ,
227227 "components.Layout.Sidebar.browsetv" : " Series" ,
You can’t perform that action at this time.
0 commit comments