瀏覽代碼

feat: typo fix

master
Lazar Kostic 3 年之前
父節點
當前提交
90647ec575
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1
    1
      components/product-type/ProductType.jsx
  2. 1
    1
      components/sort/Sort.jsx
  3. 1
    1
      public/locales/en/products.json

+ 1
- 1
components/product-type/ProductType.jsx 查看文件

@@ -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 查看文件

@@ -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 查看文件

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

Loading…
取消
儲存