diff --git a/docs/index.html b/docs/index.html
index 0541e1f..899b196 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -203,7 +203,7 @@
My orders
Order placement denotes priority at which orders will get executed.
${tradeType === 'buy' ? 'Min cost (Amount locked)' : 'Max earned'}
+${tradeType === 'buy' ? 'Min cost' : 'Max earned'}
+ All trades will be executed at current price. +
`; break; }