Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Kevin/update cryptocurrency text on market and regulatory key information doc #1830

Merged
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 @@ -17,7 +17,7 @@ const Cryptocurrencies = ({ simple_step_content }) => {
return (
<>
<WhyTrade
header={<Localize translate_text="Why trade cryptocurrency on Deriv" />}
header={<Localize translate_text="Why trade cryptocurrencies on Deriv" />}
text={
<Localize translate_text="Take advantage of a highly liquid market with round-the-clock trading. Profit from correctly predicting the movement of world's most popular cryptocurrencies." />
}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/regulatory/data/_kid_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const kid_data = [
ref: 'kid_deriv_forex.pdf',
},
{
title: <Localize translate_text="Cryptocurrency" />,
title: <Localize translate_text="Cryptocurrencies" />,
ref: 'kid_deriv_crypto.pdf',
},
{
Expand Down