Browse Source

更新文字

master
luyisha 2 years ago
parent
commit
2f006325da
  1. 6
      src/i18n/en.json
  2. 2
      src/views/contract/exchange-store.vue

6
src/i18n/en.json

@ -67,8 +67,8 @@
"open-orders": "Open Orders",
"condition-orders": "Order Conditions",
"history-orders": "Order History",
"limit": "Limit",
"market": "Market",
"limit": "Limit order",
"market": "Market order",
"stop-limit": "Stop Limit",
"stop-market": "Stop Market",
"limit-type": "Limit",
@ -202,7 +202,7 @@
"enter-price": "Enter the Price",
"enter-amount": "Enter the amount",
"enter-total": "Enter the Total",
"at-best-price": "Execute at the best available price",
"at-best-price": "Market price",
"trigger-price": "Enter the Trigger Price",
"min": "min",
"hour": "hour",

2
src/views/contract/exchange-store.vue

@ -83,7 +83,7 @@
@click="form.type == 1 ? (form.type = 2) : (form.type = 1)"
class="btn btn-sm btn-outline-primary ml-2 text-nowrap"
>
{{ form.type == 1 ? $t("contract.e0") : $t("contract.d9") }}
{{ form.type == 1 ? $t("common.limit") : $t("common.market") }}
</button>
</div>
<div class="input-group mb-4 input-group-sm">

Loading…
Cancel
Save