File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/routes/facets/[facet]/[value] Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 4545 <div class =" w-full space-y-2" >
4646 <h2 class =" grow text-2xl font-bold" >Search Options</h2 >
4747 <label class =" select w-full" >
48- <span class =" label w-50" >Page Size </span >
48+ <span class =" label w-50" >Page size </span >
4949 <select
5050 value ={` ${results .page_size } ` }
5151 oninput ={(e ) => {
6262 </label >
6363
6464 <label class =" select w-full" >
65- <span class =" label w-50" >Sort By </span >
65+ <span class =" label w-50" >Sort by </span >
6666 <select
6767 value ={searchOptions .sortBy || ' last_modified_t' }
6868 oninput ={(e ) => {
7272 }}
7373 >
7474 <option value =" popularity" >Popularity</option >
75- <option value =" nutriscore_score" >Nutriscore </option >
76- <option value =" environmental_score_score" >Environmental Score</option >
77- <option value =" created_t" >Created Time </option >
78- <option value =" last_modified_t" >Last Modified Time </option >
75+ <option value =" nutriscore_score" >Nutri-Score </option >
76+ <option value =" environmental_score_score" >Green- Score</option >
77+ <option value =" created_t" >Creation date </option >
78+ <option value =" last_modified_t" >Last modified date </option >
7979 </select >
8080 </label >
8181
8282 <label class =" select mb-2 w-full" >
83- <span class =" label w-50" >Advanced View </span >
83+ <span class =" label w-50" >Advanced view </span >
8484 <select
8585 value ={` ${listView } ` }
8686 oninput ={(e ) => {
You can’t perform that action at this time.
0 commit comments