Selaa lähdekoodia

feat: typo fix

master
Lazar Kostic 3 vuotta sitten
vanhempi
commit
90647ec575

+ 1
- 1
components/product-type/ProductType.jsx Näytä tiedosto

MenuProps={{ MenuProps={{
disableScrollLock: true, disableScrollLock: true,
}} }}
label={t('products:tpe')}
label={t('products:type')}
labelId="product-type-label" labelId="product-type-label"
id="product-type-label" id="product-type-label"
value={productType} value={productType}

+ 1
- 1
components/sort/Sort.jsx Näytä tiedosto

onChange={handleSortChange} onChange={handleSortChange}
> >
<MenuItem value="asc">{t('products:asc')}</MenuItem> <MenuItem value="asc">{t('products:asc')}</MenuItem>
<MenuItem value="desc">{t('products:desx')}</MenuItem>
<MenuItem value="desc">{t('products:desc')}</MenuItem>
</Select> </Select>
</FormControl> </FormControl>
</> </>

+ 1
- 1
public/locales/en/products.json Näytä tiedosto

"type": "Product Type", "type": "Product Type",
"all": "All", "all": "All",
"coffee": "Coffee", "coffee": "Coffee",
"mug": "mug",
"mug": "Mug",
"loading": "Loading...", "loading": "Loading...",
"more": "Load More", "more": "Load More",
"end": "Nothing more to load", "end": "Nothing more to load",

Loading…
Peruuta
Tallenna