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.

fiona / fix: text issues on deriv blog #2129

Merged
1 commit merged into from
Sep 22, 2021
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
2 changes: 1 addition & 1 deletion src/components/layout/footer/disclaimer-academy.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const DisclaimerSectionAcademy = () => {
</DisclaimerParagraph>
<DisclaimerParagraph>
{localize(
'The information contained in this blog post is for educational purposes only and is not intended as financial or investment advice.',
'The information contained in this academy is for educational purposes only and is not intended as financial or investment advice.',
)}
</DisclaimerParagraph>
<RiskWarning>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/academy/blog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const ArticlesPage = ({ data }) => {
<Hero jc="center" ai="center">
<SmallContainer>
<Header as="h2" type="heading-3" color="white" weight="400" align="left">
{localize('Deriv Blog')}
{localize('Deriv blog')}
</Header>
<StyledHeader as="h2" type="heading-2" color="white" align="left">
{localize('The latest articles and resources')}
Expand Down