Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
saml33 committed Dec 25, 2023
1 parent c1d284e commit c7ac13a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions public/locales/en/trade.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"current-price": "Current Price",
"depth": "Depth",
"edit-order": "Edit Order",
"error-limit-price-buy-outside-band": "Limit price must be above {{limit}}",
"error-limit-price-sell-outside-band": "Limit price must be below {{limit}}",
"error-limit-price-buy-outside-band": "Limit price must be above {{limit}}. This is a safety measure.",
"error-limit-price-sell-outside-band": "Limit price must be below {{limit}}. This is a safety measure.",
"error-no-long": "No long position to reduce",
"error-no-route": "No route found. Try adjusting your size",
"error-no-short": "No borrow position to reduce",
Expand Down
4 changes: 2 additions & 2 deletions public/locales/es/trade.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"current-price": "Current Price",
"depth": "Depth",
"edit-order": "Edit Order",
"error-limit-price-buy-outside-band": "Limit price must be above {{limit}}",
"error-limit-price-sell-outside-band": "Limit price must be below {{limit}}",
"error-limit-price-buy-outside-band": "Limit price must be above {{limit}}. This is a safety measure.",
"error-limit-price-sell-outside-band": "Limit price must be below {{limit}}. This is a safety measure.",
"error-no-long": "No long position to reduce",
"error-no-route": "No route found. Try adjusting your size",
"error-no-short": "No borrow position to reduce",
Expand Down
4 changes: 2 additions & 2 deletions public/locales/ru/trade.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"current-price": "Current Price",
"depth": "Depth",
"edit-order": "Edit Order",
"error-limit-price-buy-outside-band": "Limit price must be above {{limit}}",
"error-limit-price-sell-outside-band": "Limit price must be below {{limit}}",
"error-limit-price-buy-outside-band": "Limit price must be above {{limit}}. This is a safety measure.",
"error-limit-price-sell-outside-band": "Limit price must be below {{limit}}. This is a safety measure.",
"error-no-long": "No long position to reduce",
"error-no-route": "No route found. Try adjusting your size",
"error-no-short": "No borrow position to reduce",
Expand Down
4 changes: 2 additions & 2 deletions public/locales/zh/trade.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"current-price": "目前价格",
"depth": "深度",
"edit-order": "编辑订单",
"error-limit-price-buy-outside-band": "Limit price must be above {{limit}}",
"error-limit-price-sell-outside-band": "Limit price must be below {{limit}}",
"error-limit-price-buy-outside-band": "Limit price must be above {{limit}}. This is a safety measure.",
"error-limit-price-sell-outside-band": "Limit price must be below {{limit}}. This is a safety measure.",
"error-no-long": "无做多持仓可减少",
"error-no-route": "No route found. Try adjusting your size",
"error-no-short": "无做空持仓可减少",
Expand Down
4 changes: 2 additions & 2 deletions public/locales/zh_tw/trade.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"current-price": "目前價格",
"depth": "深度",
"edit-order": "編輯訂單",
"error-limit-price-buy-outside-band": "Limit price must be above {{limit}}",
"error-limit-price-sell-outside-band": "Limit price must be below {{limit}}",
"error-limit-price-buy-outside-band": "Limit price must be above {{limit}}. This is a safety measure.",
"error-limit-price-sell-outside-band": "Limit price must be below {{limit}}. This is a safety measure.",
"error-no-long": "無做多持倉可減少",
"error-no-route": "No route found. Try adjusting your size",
"error-no-short": "無做空持倉可減少",
Expand Down

0 comments on commit c7ac13a

Please sign in to comment.