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/ Change stock indices to stocks and stock indices #1916

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
4 changes: 2 additions & 2 deletions src/pages/home/_hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ const ImageWrapper = styled(Box)`
const Hero = ({ is_ppc }) => {
const data = useStaticQuery(query)
const typewriter_text = !is_ppc
? localize('Trade forex, commodities, synthetic indices and stocks & indices')
: localize('Trade forex, commodities, and stocks & indices')
? localize('Trade forex, commodities, synthetic indices, stocks, and stock indices.')
: localize('Trade forex, commodities, stocks, and stock indices')
const [type_writer, setTypeWriter] = React.useState('')
const [check_first_load, setFirstLoad] = React.useState(false)
let type_writer_timeout
Expand Down
2 changes: 1 addition & 1 deletion src/pages/markets/commodities/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const CommoditiesPage = () => (
<Layout>
<SEO
description={localize(
'Learn about the markets that you can trade online with Deriv, including forex, commodities, synthetic indices, and stocks & indices.',
'Learn about the markets that you can trade online with Deriv, including forex, commodities, synthetic indices, stocks, and stock indices.',
)}
title={localize('Markets | Markets to trade | Deriv')}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/markets/components/sections/_hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const Hero = () => {
mt="1.6rem"
>
{localize(
'Learn about the markets that you can trade online with Deriv, including forex, commodities, synthetic indices, and stocks & indices.',
'Learn about the markets that you can trade online with Deriv, including forex, commodities, synthetic indices, stocks, and stock indices.',
)}
</MarketSubHeader>
</StyledContainer>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/markets/cryptocurrencies/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const CryptocurrenciesPage = () => (
<Layout>
<SEO
description={localize(
'Learn about the markets that you can trade online with Deriv, including forex, commodities, synthetic indices, and stocks & indices.',
'Learn about the markets that you can trade online with Deriv, including forex, commodities, synthetic indices, stocks, and stock indices.',
)}
title={localize('Markets | Markets to trade | Deriv')}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/markets/forex/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const ForexPage = () => (
<Layout>
<SEO
description={localize(
'Learn about the markets that you can trade online with Deriv, including forex, commodities, synthetic indices, and stocks & indices.',
'Learn about the markets that you can trade online with Deriv, including forex, commodities, synthetic indices, stocks, and stock indices.',
)}
title={localize('Markets | Markets to trade | Deriv')}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/markets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const Markets = () => (
<Layout>
<SEO
description={localize(
'Learn about the markets that you can trade online with Deriv, including forex, commodities, synthetic indices, and stocks & indices.',
'Learn about the markets that you can trade online with Deriv, including forex, commodities, synthetic indices, stocks, and stock indices.',
)}
title={localize('Markets | Markets to trade | Deriv')}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/markets/stock/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const StocksAndIndicesPage = () => (
<Layout>
<SEO
description={localize(
'Learn about the markets that you can trade online with Deriv, including forex, commodities, synthetic indices, and stocks & indices.',
'Learn about the markets that you can trade online with Deriv, including forex, commodities, synthetic indices, stocks, and stock indices.',
)}
title={localize('Markets | Markets to trade | Deriv')}
/>
Expand Down