diff --git a/i18n/lang/en.json b/i18n/lang/en.json index f33814a..ea7313f 100644 --- a/i18n/lang/en.json +++ b/i18n/lang/en.json @@ -672,7 +672,7 @@ "f2": "About the contract", "f3": "Risk Protection Fund", "f4": "Fund Expense History", - "f5": "Ordinary Commission", + "f5": "Limit PriceDelegated Freeze", "f6": "Market Order", "f7": "Whether to use", "f8": "The price", diff --git a/i18n/lang/zh-TW.json b/i18n/lang/zh-TW.json index cc4a134..5e221cd 100644 --- a/i18n/lang/zh-TW.json +++ b/i18n/lang/zh-TW.json @@ -669,7 +669,7 @@ "f2": "關於合約", "f3": "風險保障基金", "f4": "資金費用歷史", - "f5": "普通委託", + "f5": "限價委託", "f6": "市價委託", "f7": "是否以", "f8": "的價格", diff --git a/pages/exchange/open-position.vue b/pages/exchange/open-position.vue index f02ad9c..c484a88 100644 --- a/pages/exchange/open-position.vue +++ b/pages/exchange/open-position.vue @@ -998,7 +998,8 @@ export default { contractInstruction: '', commissionTypes: [ {label: this.$t("contract.f6"), value: 1}, - {label: this.$t("exchange.d6") + this.$t("contract.g5"), value: 0} + // {label: this.$t("exchange.d6") + this.$t("contract.g5"), value: 0} + {label: this.$t("contract.f5"), value: 0} ], shixian: [ {label: this.$t("contract.d7"), value: 2},