diff --git a/src/i18n/en.json b/src/i18n/en.json index ec34bf9..ef4e427 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -908,7 +908,7 @@ "d8": "Price", "d9": "Market Price", "e0": "Limit Price", - "e1": "Amount", + "e1": "Size", "e2": "Leaf", "e3": "Margin", "e4": "Multiple positions", @@ -978,7 +978,7 @@ "k8": "Please log in first to apply", "k9":"Please enter the subscription code", "l1":"Proportion of increase", - "l2":"Margin", + "l2":"Amount", "l4":"Current valuation" }, "otc": { diff --git a/src/i18n/tw.json b/src/i18n/tw.json index f00c015..b329623 100644 --- a/src/i18n/tw.json +++ b/src/i18n/tw.json @@ -916,7 +916,7 @@ "k8": "請先登錄進行申購 ", "k9":"請輸入認購碼", "l1":"漲幅比例", - "l2":"保證金" + "l2":"數量" }, "otc": { "a0": "請選擇交易類型", diff --git a/src/views/contract/exchange-store.vue b/src/views/contract/exchange-store.vue index 703432a..12f5067 100644 --- a/src/views/contract/exchange-store.vue +++ b/src/views/contract/exchange-store.vue @@ -88,16 +88,15 @@