diff --git a/src/pages/home/_hero.js b/src/pages/home/_hero.js index d4e90964d2e..c5752a3102b 100644 --- a/src/pages/home/_hero.js +++ b/src/pages/home/_hero.js @@ -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 diff --git a/src/pages/markets/commodities/index.js b/src/pages/markets/commodities/index.js index c27497c9975..58ddc021929 100644 --- a/src/pages/markets/commodities/index.js +++ b/src/pages/markets/commodities/index.js @@ -38,7 +38,7 @@ const CommoditiesPage = () => ( diff --git a/src/pages/markets/components/sections/_hero.js b/src/pages/markets/components/sections/_hero.js index c87e6f3db17..f680d7b059d 100644 --- a/src/pages/markets/components/sections/_hero.js +++ b/src/pages/markets/components/sections/_hero.js @@ -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.', )} diff --git a/src/pages/markets/cryptocurrencies/index.js b/src/pages/markets/cryptocurrencies/index.js index 8d64f8bf6c0..1fda82144e8 100644 --- a/src/pages/markets/cryptocurrencies/index.js +++ b/src/pages/markets/cryptocurrencies/index.js @@ -38,7 +38,7 @@ const CryptocurrenciesPage = () => ( diff --git a/src/pages/markets/forex/index.js b/src/pages/markets/forex/index.js index 69b85f1b9c5..2ffbf60c2d5 100644 --- a/src/pages/markets/forex/index.js +++ b/src/pages/markets/forex/index.js @@ -38,7 +38,7 @@ const ForexPage = () => ( diff --git a/src/pages/markets/index.js b/src/pages/markets/index.js index 2771509b81d..b4557a05f0e 100644 --- a/src/pages/markets/index.js +++ b/src/pages/markets/index.js @@ -146,7 +146,7 @@ const Markets = () => ( diff --git a/src/pages/markets/stock/index.js b/src/pages/markets/stock/index.js index abe1b7d4722..72692b40b04 100644 --- a/src/pages/markets/stock/index.js +++ b/src/pages/markets/stock/index.js @@ -38,7 +38,7 @@ const StocksAndIndicesPage = () => (