Skip to content

Commit

Permalink
feat: update trade type selection guide (#17809)
Browse files Browse the repository at this point in the history
  • Loading branch information
akmal-deriv authored Dec 13, 2024
1 parent d46c7c9 commit f3a242d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ const TradeTypesSelectionGuide: React.FC<TTradeTypeSelectionGuideProps> = ({ is_
>
<Modal.Header
image={<StreamIframe src={video_src} title='trade_types_selection' />}
title={<Localize i18n_default_text='Manage your trade types' />}
title={<Localize i18n_default_text='Add, reorder or remove from pinned' />}
/>
<Modal.Body>
<Localize i18n_default_text='Pin, rearrange, or remove your favorite trade types for easy access.' />
<Localize i18n_default_text='Manage your preferred trade types for easy access on the trade page.' />
</Modal.Body>
</Modal>
);
Expand Down

0 comments on commit f3a242d

Please sign in to comment.