Skip to content

Commit

Permalink
TW-1536: Change some labels for staking section (#1203)
Browse files Browse the repository at this point in the history
  • Loading branch information
keshan3262 authored Oct 7, 2024
1 parent 0be3314 commit 9a82873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@
"message": "Earn"
},
"delegationPointsHead2": {
"message": "on your Tezos annualy from\nBaking & Stake rewards"
"message": "on your Tezos annually from\nBaking & Stake rewards"
},
"delegationPoint1": {
"message": "First reward in Tezos will be paid approximately in 36 days."
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/Staking/MyStake.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const MyStakeTab = memo(() => {
className="h-10"
onClick={finalizeUnstake}
>
Unstake
Finalize
</FormSubmitButton>
</>
) : requestsAreLoading ? (
Expand Down

0 comments on commit 9a82873

Please sign in to comment.