Skip to content

Commit

Permalink
fix staking typo (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos authored Sep 20, 2024
1 parent 3ec255a commit 70b4fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/staking/src/components/NoWalletHome/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const NoWalletHome = () => {
},
{
title: "Secure Pyth to Obtain Rewards",
body: "The protocol programmatically distributes rewards to publishers who contributed high quality data, and then distributes remaining rewards to the stakers who supported these publishers. Rewards are generated every epochone week period.",
body: "The protocol programmatically distributes rewards to publishers who contributed high quality data, and then distributes remaining rewards to the stakers who supported these publishers. Rewards are calculated every epoch (i.e. one week period).",
icon: ObtainRewards,
},
]}
Expand Down

0 comments on commit 70b4fac

Please sign in to comment.