Skip to content

Commit

Permalink
chore: make staging translation issue pr towards master (#18071)
Browse files Browse the repository at this point in the history
  • Loading branch information
suisin-deriv authored Feb 19, 2025
1 parent 31a16b1 commit a53b824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cfd/src/Containers/ctrader-derivx-trade-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const CTraderDerivXTradeModal = ({
/>
</Text>
<ul className='cfd-trade-modal__expansion-panel--unordered-list'>
{STRATEGY_PROVIDER_NOTES.map(note => (
{STRATEGY_PROVIDER_NOTES().map(note => (
<Text
key={note}
as='li'
Expand Down
2 changes: 1 addition & 1 deletion packages/cfd/src/Helpers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const getTitle = (market_type: string, is_eu_user: boolean) => {

const { is_staging, is_test_link } = getPlatformFromUrl();

const STRATEGY_PROVIDER_NOTES = [
const STRATEGY_PROVIDER_NOTES = () => [
localize('When setting up a strategy, you have the option to impose fees.'),
localize(
'For strategies where you impose fees, you must assign one of your existing accounts to process these fees. The same ‘Account For Fees’ can support multiple fee-based strategies.'
Expand Down

0 comments on commit a53b824

Please sign in to comment.