diff --git a/src/components/custom/other-platforms.js b/src/components/custom/other-platforms.js index 451ecb84808..25b72f517bd 100644 --- a/src/components/custom/other-platforms.js +++ b/src/components/custom/other-platforms.js @@ -411,7 +411,7 @@ export const NavMarket = ({ onClick, is_ppc }) => ( aria_label="Stocks & indices" icon={() => StockIndices} content={ - + } title={} onClick={onClick} diff --git a/src/components/elements/off-canvas-menu.js b/src/components/elements/off-canvas-menu.js index a8091bac4a7..0cb86f37f62 100644 --- a/src/components/elements/off-canvas-menu.js +++ b/src/components/elements/off-canvas-menu.js @@ -345,7 +345,7 @@ export const OffCanvasMenuWrapper = (props) => { /> )} content={localize( - 'Predict broader market trends and diversify your risk with stock indices.', + 'Predict broader market trends and diversify your risk with stocks & indices.', )} title={localize('Stocks & indices')} onClick={handleArrowClick} diff --git a/src/components/layout/footer/main-links.js b/src/components/layout/footer/main-links.js index c28f2a233da..1db8e377abf 100644 --- a/src/components/layout/footer/main-links.js +++ b/src/components/layout/footer/main-links.js @@ -112,7 +112,7 @@ const MainLinksSection = ({is_ppc, is_ppc_redirect, is_eu_country }) => { )} - {localize('Stock indices')} + {localize('Stocks & indices')} diff --git a/src/pages/home/_hero.js b/src/pages/home/_hero.js index 07961fc0f01..d4e90964d2e 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 and stock indices') - : localize('Trade forex, commodities, and stock indices') + ? localize('Trade forex, commodities, synthetic indices and stocks & indices') + : localize('Trade forex, commodities, and stocks & 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 74e5499f0f1..c27497c9975 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/_nav-tab.js b/src/pages/markets/components/sections/_nav-tab.js index da335ac789c..f0851e6ef93 100644 --- a/src/pages/markets/components/sections/_nav-tab.js +++ b/src/pages/markets/components/sections/_nav-tab.js @@ -92,7 +92,7 @@ const tabList = [ route_to: '/markets/synthetic/', }, { - title: , + title: , tab_name: 'stock', route_to: '/markets/stock/', }, diff --git a/src/pages/markets/cryptocurrencies/index.js b/src/pages/markets/cryptocurrencies/index.js index dcd0d526bf3..8d64f8bf6c0 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 43b3f538e87..69b85f1b9c5 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 319f3d19f7d..2771509b81d 100644 --- a/src/pages/markets/index.js +++ b/src/pages/markets/index.js @@ -73,7 +73,7 @@ const simple_step_content_stock = [ { header: , text: ( - + ), icon: trade, }, @@ -146,7 +146,7 @@ const Markets = () => ( diff --git a/src/pages/markets/stock/index.js b/src/pages/markets/stock/index.js index 927b21b4e96..abe1b7d4722 100644 --- a/src/pages/markets/stock/index.js +++ b/src/pages/markets/stock/index.js @@ -21,7 +21,7 @@ const simple_step_content_stock = [ { header: , text: ( - + ), icon: trade, }, @@ -38,7 +38,7 @@ const StocksAndIndicesPage = () => ( diff --git a/src/pages/trade-types/margin/_available-markets.js b/src/pages/trade-types/margin/_available-markets.js index fbb62163058..a1201644eeb 100644 --- a/src/pages/trade-types/margin/_available-markets.js +++ b/src/pages/trade-types/margin/_available-markets.js @@ -130,7 +130,7 @@ const AvailableMarkets = () => { /> - {localize('Stock indices')} + {localize('Stocks & indices')} diff --git a/src/pages/trade-types/options/_how-options-works.js b/src/pages/trade-types/options/_how-options-works.js index be068a9d6a4..f626c7c3751 100644 --- a/src/pages/trade-types/options/_how-options-works.js +++ b/src/pages/trade-types/options/_how-options-works.js @@ -138,7 +138,7 @@ const HowOptionsWorks = () => { } description={ - + } > diff --git a/src/pages/trade-types/options/_markets-available.js b/src/pages/trade-types/options/_markets-available.js index 6d00e4b80d0..462c1910b3c 100644 --- a/src/pages/trade-types/options/_markets-available.js +++ b/src/pages/trade-types/options/_markets-available.js @@ -130,12 +130,12 @@ const MarketsAvailable = () => { /> - {localize('Stock indices')} + {localize('Stocks & indices')} {localize( - 'Trade digital options on stock indices and profit from the price movements in our competitively priced asset baskets.', + 'Trade digital options on stocks & indices and profit from the price movements in our competitively priced asset baskets.', )}