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/text:add apostrophe on option description #1120

Merged
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/custom/other-platforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export const NavPlatform = ({ onClick }) => (
<NavCard
icon={Options}
content={
<Localize translate_text="Earn fixed payouts by predicting an assets price movement." />
<Localize translate_text="Earn fixed payouts by predicting an asset's price movement." />
}
title={<Localize translate_text="Options" />}
onClick={onClick}
Expand Down
2 changes: 1 addition & 1 deletion src/components/elements/off-canvas-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export const OffCanvasMenuWrapper = (props) => {
<NavCard
icon={Options}
content={
<Localize translate_text="Earn fixed payouts by predicting an assets price movement." />
<Localize translate_text="Earn fixed payouts by predicting an asset's price movement." />
}
title={<Localize translate_text="Options" />}
onClick={handleArrowClick}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home/_trade-types-mobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const options = {
icon: <OptionsLogo dynamic_id="options-mobile" />,
title: <Localize translate_text="Options" />,
description: (
<Localize translate_text="Earn fixed payouts by predicting an assets price movement within a fixed time." />
<Localize translate_text="Earn fixed payouts by predicting an asset's price movement within a fixed time." />
),
link: '/trade-types/options',
linkTitle: localize('Options'),
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home/_trade-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const options = {
icon: <OptionsLogo dynamic_id="options-desktop" />,
title: <Localize translate_text="Options" />,
description: (
<Localize translate_text="Earn fixed payouts by predicting an assets price movement within a fixed time." />
<Localize translate_text="Earn fixed payouts by predicting an asset's price movement within a fixed time." />
),
link: '/trade-types/options',
linkTitle: localize('Options'),
Expand Down