diff --git a/i18n/lang/en.json b/i18n/lang/en.json index 3897a6d..d95e963 100644 --- a/i18n/lang/en.json +++ b/i18n/lang/en.json @@ -180,8 +180,8 @@ "g0": "Average return", "g1": "Create infinite possibilities", "g2": "Start exploring", - "g3": "Available for purchase", - "g4": "Available for sale", + "g3": "Available for buy", + "g4": "Available for sell", "g5": "Counterparty price", "h1": "Bill" }, diff --git a/pages/exchange/exchange-transaction.vue b/pages/exchange/exchange-transaction.vue index 49778fa..0c258b2 100644 --- a/pages/exchange/exchange-transaction.vue +++ b/pages/exchange/exchange-transaction.vue @@ -208,9 +208,12 @@ - + {{$t("base.g3")}} {{form.amount}} + + {{$t("base.g4")}} {{form.amount}} +