You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update version #
* Fixbitshares#498: Keep scrollbars visible, restore perfect scrollbar to main exchange div
* Fixbitshares#589: Openledger deposit address shown as unknown
* Only store valid deposit addresses bitshares#589
* Fix setting of max_market_fee in asset create/update
* First pass at showing market fees in exchange bitshares#581
* Add a tooltip explaining the market fee
Copy file name to clipboardExpand all lines: app/assets/locales/locale-en.json
+2-1
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,8 @@
81
81
"copy_password": "Click here to copy the password to your clipboard",
82
82
"sync_yes": "The current node is in sync with the blockchain",
83
83
"sync_no": "The current node is out of sync with the blockchain, try switching to another one",
84
-
"disconnected": "You are not connected to an API node, try reloading or setting a new access point in the Settings"
84
+
"disconnected": "You are not connected to an API node, try reloading or setting a new access point in the Settings",
85
+
"market_fee": "The owner of %(asset)s charges a market fee of %(percent)s%% for buy orders. This fee will be subtracted from the amount you receive when your order fills, it is not paid when placing an order."
0 commit comments