diff --git a/i18n/lang/en.json b/i18n/lang/en.json index eef1032..6277658 100644 --- a/i18n/lang/en.json +++ b/i18n/lang/en.json @@ -656,8 +656,8 @@ "f2": "About the contract", "f3": "Risk Protection Fund", "f4": "Fund Expense History", - "f5": "Ordinary Commission", - "f6": "Market Order", + "f5": "Limit Price", + "f6": "Market Price", "f7": "Whether to use", "f8": "The price", "f9": "Open position with double leverage", diff --git a/i18n/lang/zh-TW.json b/i18n/lang/zh-TW.json index 993df06..4619a30 100644 --- a/i18n/lang/zh-TW.json +++ b/i18n/lang/zh-TW.json @@ -653,7 +653,7 @@ "f2": "關於合約", "f3": "風險保障基金", "f4": "資金費用歷史", - "f5": "普通委託", + "f5": "限價委託", "f6": "市價委託", "f7": "是否以", "f8": "的價格", diff --git a/pages/exchange/exchange-transaction.vue b/pages/exchange/exchange-transaction.vue index f2c19be..ecd7149 100644 --- a/pages/exchange/exchange-transaction.vue +++ b/pages/exchange/exchange-transaction.vue @@ -106,7 +106,7 @@ - 估值 ${{ omitTo(form.entrust_price*price_cny,2) }} + {{$t('common.c7')}} ${{ omitTo(form.entrust_price*price_cny,2) }}