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", "open-orders": "Open Orders",
"condition-orders": "Order Conditions", "condition-orders": "Order Conditions",
"history-orders": "Order History", "history-orders": "Order History",
"limit": "Limit", "limit": "Limit order",
"market": "Market", "market": "Market order",
"stop-limit": "Stop Limit", "stop-limit": "Stop Limit",
"stop-market": "Stop Market", "stop-market": "Stop Market",
"limit-type": "Limit", "limit-type": "Limit",
@ -202,7 +202,7 @@
"enter-price": "Enter the Price", "enter-price": "Enter the Price",
"enter-amount": "Enter the amount", "enter-amount": "Enter the amount",
"enter-total": "Enter the Total", "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", "trigger-price": "Enter the Trigger Price",
"min": "min", "min": "min",
"hour": "hour", "hour": "hour",

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

@ -83,7 +83,7 @@
@click="form.type == 1 ? (form.type = 2) : (form.type = 1)" @click="form.type == 1 ? (form.type = 2) : (form.type = 1)"
class="btn btn-sm btn-outline-primary ml-2 text-nowrap" 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> </button>
</div> </div>
<div class="input-group mb-4 input-group-sm"> <div class="input-group mb-4 input-group-sm">

Loading…
Cancel
Save