Commit 135cb8fb authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

fix: translate "Get started" on landing page (#6371)

* fix: translate "Get started" on landing page

* lint: html
parent bf50582d
......@@ -369,7 +369,9 @@ export default function Landing() {
element={InterfaceElementName.CONTINUE_BUTTON}
>
<ButtonCTA as={Link} to="/swap">
<ButtonCTAText>Get started</ButtonCTAText>
<ButtonCTAText>
<Trans>Get started</Trans>
</ButtonCTAText>
</ButtonCTA>
</TraceEvent>
</ActionsContainer>
......
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