Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suisin/ chore: make staging translation issue pr towards master #18071

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading