Skip to content

Commit

Permalink
Merge pull request #170 from DeXter-on-Radix/fix-tooltip-message
Browse files Browse the repository at this point in the history
fixes postonly tooltip message
  • Loading branch information
EvgeniiaVak authored Oct 27, 2023
2 parents 86030e3 + c176092 commit 4be692f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/order_input/LimitOrderInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ import { AiOutlineInfoCircle } from "react-icons/ai";
import { BottomRightErrorLabel } from "components/BottomRightErrorLabel";

const POST_ONLY_TOOLTIP =
"Select 'POST ONLY' to ensure your order is added to the order book without matching existing orders. " +
"If your order can be partially or completely executed immediately, it will not be created. " +
"This option removes trading fees completely and ensures you receive the maker rebate.";
"Select 'POST ONLY' when you want your order to be added to the order book without matching existing orders. " +
"If the order can be matched immediately, it will not be created. " +
"This option helps ensure you receive the maker rebate.";

function NonTargetToken() {
const { token2, validationToken2, side } = useAppSelector(
Expand Down

0 comments on commit 4be692f

Please sign in to comment.