Skip to content

Commit

Permalink
translation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
poocart committed Oct 14, 2023
1 parent b392854 commit 35c9cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/views/Stake/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ export const Stake = (props: Props) => {
</Trans>
<ButtonPrimary
className={styles.etherspotSwitchButton}
label={<Trans id="stake.switch_to_etherspot">Stake cross-chain</Trans>}
label={<Trans>Stake cross-chain</Trans>}
onClick={() => setShowEtherspotBuidler(true)}
/>
</Text>
Expand Down

0 comments on commit 35c9cce

Please sign in to comment.