Skip to content

Commit

Permalink
fix: remove mention of redirection to another platform
Browse files Browse the repository at this point in the history
  • Loading branch information
henry-deriv committed Aug 1, 2024
1 parent f542283 commit 954f247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/app/user/top_up_virtual/pop_up.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const TopUpVirtualPopup = () => (
<div id='top_up' className='gr-padding-10 gr-gutter'>
<h1>{it.L('Top up Virtual Account')}</h1>
<p id='top_up_message' />
<p>{it.L('Do you want to top up for another [_1]? If not, you can do this later on the [_2]Cashier page[_3], too.', '$10,000.00', `<a id='top_up_cashier_redirect'>`, '</a>')}</p>
<p>{it.L('Do you want to top up for another [_1]?', '$10,000.00')}</p>
<form id='frm_confirm'>
<div className='hint no-margin gr-padding-20 gr-parent'>
<input id='chk_hide_top_up' type='checkbox' />
Expand Down

0 comments on commit 954f247

Please sign in to comment.