Commit c4362297 authored by lynn's avatar lynn Committed by GitHub

feat: Safety label speedbump: fix copy (#4401)

init
parent 96c23af9
...@@ -91,7 +91,7 @@ const Buttons = ({ ...@@ -91,7 +91,7 @@ const Buttons = ({
return warning.canProceed ? ( return warning.canProceed ? (
<> <>
<StyledButton buttonColor={buttonColor} textColor={textColor} onClick={onContinue}> <StyledButton buttonColor={buttonColor} textColor={textColor} onClick={onContinue}>
<Trans>I Understand</Trans> <Trans>I understand</Trans>
</StyledButton> </StyledButton>
<StyledCancelButton color={cancelColor} onClick={onCancel}> <StyledCancelButton color={cancelColor} onClick={onCancel}>
Cancel Cancel
...@@ -255,7 +255,7 @@ export default function TokenSafety({ tokenAddress, secondTokenAddress, onContin ...@@ -255,7 +255,7 @@ export default function TokenSafety({ tokenAddress, secondTokenAddress, onContin
<InfoText> <InfoText>
{description}{' '} {description}{' '}
<ExternalLink href={TOKEN_SAFETY_ARTICLE}> <ExternalLink href={TOKEN_SAFETY_ARTICLE}>
<Trans>Learn More</Trans> <Trans>Learn more</Trans>
</ExternalLink> </ExternalLink>
</InfoText> </InfoText>
</ShortColumn> </ShortColumn>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment