diff --git a/i18n/lang/en.json b/i18n/lang/en.json
index 5c38c5f..93f16fa 100644
--- a/i18n/lang/en.json
+++ b/i18n/lang/en.json
@@ -649,8 +649,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 927ec83..7150cbd 100644
--- a/i18n/lang/zh-TW.json
+++ b/i18n/lang/zh-TW.json
@@ -646,7 +646,7 @@
"f2": "關於合約",
"f3": "風險保障基金",
"f4": "資金費用歷史",
- "f5": "普通委託",
+ "f5": "限價委託",
"f6": "市價委託",
"f7": "是否以",
"f8": "的價格",
diff --git a/pages/exchange/exchange-transaction.vue b/pages/exchange/exchange-transaction.vue
index 1e9265e..acdfe81 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) }}