Skip to content

Commit

Permalink
fix: content deposit/withdraw labels Earn Pool (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinPlatt authored Jan 28, 2025
1 parent e0b6847 commit 4cd2852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/app/src/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -344,13 +344,13 @@ export default {
claim: "Claim rewards",
},
depositPanel: {
label: "Deposit",
label: "Increase deposit",
shareLabel: "Pool share",
claimCheckbox: "Claim rewards",
action: "Next: Summary",
},
withdrawPanel: {
label: "Withdraw",
label: "Decrease deposit",
claimCheckbox: "Claim rewards",
action: "Next: Summary",
},
Expand Down

0 comments on commit 4cd2852

Please sign in to comment.