Skip to content

Commit

Permalink
feat(chart-finprom): changed mesg ids
Browse files Browse the repository at this point in the history
  • Loading branch information
jhagerman-bc committed Feb 13, 2024
1 parent eec370a commit 0d1958c
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ const Footer = styled(Row)`

const UkDisclaimerText = styled.p`
font-size: 14px;
padding: 8px;
text-align: center;
margin-top: 16px;
Expand Down Expand Up @@ -105,12 +103,12 @@ const PriceChart = () => {
{(isUserFromUK || isIpFromUK) && (
<UkDisclaimerText>
<FormattedMessage
id='finprom.prices.disclaimer'
id='home.pricechart.finprom.disclaimer'
defaultMessage='Real-time data is obtained from multiple sources and may sometimes be delayed due to system performance issues. Past performance is not indicative of future results. Find out more about various crypto assets and their risks {link}.'
values={{
link: (
<Link href='https://support.blockchain.com/hc/en-us/articles/10857167024156-Various-Cryptoassets-and-Their-Risks-'>
<FormattedMessage id='finprom.prices.disclaimer.here' defaultMessage='here' />
<FormattedMessage id=' home.pricechart.finprom.here' defaultMessage='here' />
</Link>
)
}}
Expand Down

1 comment on commit 0d1958c

@Chaiya25101984
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C1

Please sign in to comment.