diff --git a/i18n/lang/en.json b/i18n/lang/en.json index c19591d..7cb7044 100644 --- a/i18n/lang/en.json +++ b/i18n/lang/en.json @@ -677,7 +677,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 22b0d6b..538a4f9 100644 --- a/i18n/lang/zh-TW.json +++ b/i18n/lang/zh-TW.json @@ -674,7 +674,7 @@ "f2": "關於合約", "f3": "風險保障基金", "f4": "資金費用歷史", - "f5": "普通委託", + "f5": "限價委託", "f6": "市價委託", "f7": "是否以", "f8": "的價格", diff --git a/pages/exchange/open-position.vue b/pages/exchange/open-position.vue index 7dfa7d4..a6e04fe 100644 --- a/pages/exchange/open-position.vue +++ b/pages/exchange/open-position.vue @@ -991,7 +991,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},