Explorar el Código

feat: typo fix

master
Lazar Kostic hace 3 años
padre
commit
90647ec575

+ 1
- 1
components/product-type/ProductType.jsx Ver fichero

@@ -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 Ver fichero

@@ -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 Ver fichero

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

Cargando…
Cancelar
Guardar