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 = ({
return warning.canProceed ? (
<>
<StyledButton buttonColor={buttonColor} textColor={textColor} onClick={onContinue}>
<Trans>I Understand</Trans>
<Trans>I understand</Trans>
</StyledButton>
<StyledCancelButton color={cancelColor} onClick={onCancel}>
Cancel
......@@ -255,7 +255,7 @@ export default function TokenSafety({ tokenAddress, secondTokenAddress, onContin
<InfoText>
{description}{' '}
<ExternalLink href={TOKEN_SAFETY_ARTICLE}>
<Trans>Learn More</Trans>
<Trans>Learn more</Trans>
</ExternalLink>
</InfoText>
</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