Skip to content

Commit

Permalink
Termsandconditionslink (#5873)
Browse files Browse the repository at this point in the history
* add terms and conditions link to the error message

* changed the name and added jsx

* mobile view fix

* added full stop

Co-authored-by: Thisyahlen <thisyahlen@Thisyahlens-MacBook-Pro.local>
Co-authored-by: balakrishna-binary <56330681+balakrishna-binary@users.noreply.github.com>
  • Loading branch information
3 people committed Aug 3, 2022
1 parent b4289d9 commit 85f67e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const CompanyWideLimitExceededModal = ({ is_visible, onConfirm }) => {
>
<Modal.Body>
<Localize
i18n_default_text='No further trading is allowed on this contract type for the current trading session. For more info, refer to our <0>terms and conditions</0>'
i18n_default_text='No further trading is allowed on this contract type for the current trading session. For more info, refer to our <0>terms and conditions</0>.'
components={[<StaticUrl key={0} className='link' href='tnc/trading-terms.pdf' is_document />]}
/>
</Modal.Body>
Expand Down

0 comments on commit 85f67e8

Please sign in to comment.