| @@ -11,7 +11,7 @@ const ProductType = ({ productType, handleProductTypeChange }) => { | |||
| MenuProps={{ | |||
| disableScrollLock: true, | |||
| }} | |||
| label={t('products:tpe')} | |||
| label={t('products:type')} | |||
| labelId="product-type-label" | |||
| id="product-type-label" | |||
| value={productType} | |||
| @@ -24,7 +24,7 @@ const Sort = ({ sort, handleSortChange }) => { | |||
| onChange={handleSortChange} | |||
| > | |||
| <MenuItem value="asc">{t('products:asc')}</MenuItem> | |||
| <MenuItem value="desc">{t('products:desx')}</MenuItem> | |||
| <MenuItem value="desc">{t('products:desc')}</MenuItem> | |||
| </Select> | |||
| </FormControl> | |||
| </> | |||
| @@ -7,7 +7,7 @@ | |||
| "type": "Product Type", | |||
| "all": "All", | |||
| "coffee": "Coffee", | |||
| "mug": "mug", | |||
| "mug": "Mug", | |||
| "loading": "Loading...", | |||
| "more": "Load More", | |||
| "end": "Nothing more to load", | |||