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.

Commit cdd4e6e

Browse files
nikolaiberestevich-derivNikolai Berestevich
andauthored
nikolai.berestevich/fix/why-choose-us (#2546)
* nikolai.berestevich/fix/why-choose-us * restert versel * restart versel Co-authored-by: Nikolai Berestevich <[email protected]>
1 parent e0eca7d commit cdd4e6e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/components/custom/other-platforms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ export const NavCompany = ({ onClick }) => (
481481
/>
482482
<CardLink
483483
icon={() => <img src={Choose} alt="" width="24" height="24" />}
484-
title={localize('Why choose us?')}
484+
title={localize('Why choose us')}
485485
onClick={onClick}
486486
to="/why-choose-us/"
487487
/>

src/components/elements/off-canvas-menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ export const OffCanvasMenuWrapper = (props) => {
392392
<div>
393393
<img src={Choose} alt="" width="24" height="24" />
394394
</div>
395-
<span>{localize('Why choose us?')}</span>
395+
<span>{localize('Why choose us')}</span>
396396
</StyledLink>
397397
<StyledLink to="/contact_us/" onClick={handleArrowClick}>
398398
<div>

src/components/layout/footer/main-links.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const MainLinksSection = ({ is_ppc, is_ppc_redirect, is_eu_country }) => {
1818
<Link to="/who-we-are/">{localize('Who we are')}</Link>
1919
</LinkWrapper>
2020
<LinkWrapper>
21-
<Link to="/why-choose-us/">{localize('Why choose us?')}</Link>
21+
<Link to="/why-choose-us/">{localize('Why choose us')}</Link>
2222
</LinkWrapper>
2323
<LinkWrapper>
2424
<Link to="/partners/">{localize('Partnership programmes')}</Link>

src/pages/partners/_why-choose-us.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const WhyChooseUs = () => {
4444
<SectionContainer background="grey-4">
4545
<Container direction="column">
4646
<Header as="h2" type="page-title" align="center" mb="4rem">
47-
{localize('Why choose us?')}
47+
{localize('Why choose us')}
4848
</Header>
4949
<Wrapper>
5050
<Card direction="column">

src/pages/why-choose-us/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ const WhyChooseUs = () => {
5858
return (
5959
<Layout>
6060
<SEO
61-
title={localize('Why choose Deriv for your online trading | Deriv')}
61+
title={localize('Why choose us for your online trading | Deriv')}
6262
description={localize(
6363
'We’re steadfast in our commitment to high ethical standards. Find more reasons to know why Deriv is the choice of online traders.',
6464
)}
6565
/>
6666
<Section>
6767
<GridContainer>
6868
<ResponsiveHeader as="h1" type="display-title" align="center">
69-
{localize('Why choose Deriv')}
69+
{localize('Why choose us')}
7070
</ResponsiveHeader>
7171
<StyledHeader
7272
as="h4"

0 commit comments

Comments
 (0)