Skip to content

Commit

Permalink
Changed the title of jurisdiction modal
Browse files Browse the repository at this point in the history
  • Loading branch information
hirad-deriv committed Jun 27, 2022
1 parent ed8aa61 commit bc6cc4c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/cfd/src/Containers/jurisdiction-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const JurisdictionModal = ({
is_jurisdiction_modal_visible,
is_loading,
platform,
is_eu,
jurisdiction_selected_card,
toggleJurisdictionModal,
tradingPlatformAvailableAccounts,
Expand Down Expand Up @@ -76,7 +77,11 @@ const JurisdictionModal = ({
disableApp={disableApp}
enableApp={enableApp}
is_open={is_jurisdiction_modal_visible}
title={'Choose a jurisdiction for your DMT5 financial account'}
title={localize(
`Choose a jurisdiction for your ${is_eu ? 'CFDs' : 'DMT5'} ${
account_type === 'synthetic' ? 'Synthetic' : 'Financial'
} account`
)}
toggleModal={toggleJurisdictionModal}
type='button'
height='696px'
Expand Down

0 comments on commit bc6cc4c

Please sign in to comment.