Bläddra i källkod

feat: typo fix

master
Lazar Kostic 3 år sedan
förälder
incheckning
90647ec575

+ 1
- 1
components/product-type/ProductType.jsx Visa fil

@@ -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}

+ 1
- 1
components/sort/Sort.jsx Visa fil

@@ -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>
</>

+ 1
- 1
public/locales/en/products.json Visa fil

@@ -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",

Laddar…
Avbryt
Spara