Browse Source

Fix typo in buy prompt

new-http-api
Thomas Eizinger 3 years ago
parent
commit
9da18368ed
No known key found for this signature in database GPG Key ID: 651AC83A6C6C8B96
  1. 2
      taker-frontend/src/components/Trade.tsx

2
taker-frontend/src/components/Trade.tsx

@ -172,7 +172,7 @@ const Trade = (
<ModalBody>
<Table variant="striped" colorScheme="gray" size="sm">
<TableCaption>
By submitting {margin} will be locked on-chain in a contract.
By submitting, {margin} will be locked on-chain in a contract.
</TableCaption>
<Tbody>
<Tr>

Loading…
Cancel
Save