Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit e05d268

Browse files
amina-derivAmina Ibrahim
andauthored
Amina/Font size mt5 transfer page (#6579)
* mt5-transfer-fee-bold * comments_added * comments_removed Co-authored-by: Amina Ibrahim <aminaibrahim@Aminas-MacBook-Pro.local>
1 parent a51e8d6 commit e05d268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/app/user/metatrader.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ const Metatrader = () => (
508508
<CashierDesc title={it.L('Transfer funds to your MT5 account')} arrow_direction='right' desc={it.L('Transfer funds from your binary options account into your MetaTrader 5 account.')} />
509509

510510
<div className='form'>
511-
<FormRow is_two_rows type='text' id='txt_amount_deposit' label={it.L('Amount')} attributes={{ maxLength: 10 }} hint={it.L('Subject to [_1] transfer fee or [_2], whichever is higher', '<span id="transfer_fee_amount_to"></span>', '<span id="transfer_fee_minimum_to"></span>')} />
511+
<FormRow is_two_rows type='text' id='txt_amount_deposit' label={it.L('Amount')} attributes={{ maxLength: 10 }} hint={it.L('Subject to [_1] transfer fee or [_2], whichever is higher', '<strong id="transfer_fee_amount_to"></strong>', '<strong id="transfer_fee_minimum_to"></strong>')} />
512512
<SubmitButton
513513
is_centered
514514
is_full_width
@@ -527,7 +527,7 @@ const Metatrader = () => (
527527
<CashierDesc title={it.L('Withdraw funds from your MT5 account')} arrow_direction='left' desc={it.L('Transfer funds from your MetaTrader 5 account into your binary options account.')} />
528528

529529
<div className='form'>
530-
<FormRow is_two_rows type='text' id='txt_amount_withdrawal' label={it.L('Amount')} attributes={{ maxLength: 10 }} hint={it.L('Subject to [_1] transfer fee or [_2], whichever is higher', '<span id="transfer_fee_amount_from"></span>', '<span id="transfer_fee_minimum_from"></span>')} />
530+
<FormRow is_two_rows type='text' id='txt_amount_withdrawal' label={it.L('Amount')} attributes={{ maxLength: 10 }} hint={it.L('Subject to [_1] transfer fee or [_2], whichever is higher', '<strong id="transfer_fee_amount_from"></strong>', '<strong id="transfer_fee_minimum_from"></strong>')} />
531531
<SubmitButton
532532
is_centered
533533
is_full_width

0 commit comments

Comments
 (0)