Skip to content

Commit 70b4fac

Browse files
authored
fix staking typo (#1946)
1 parent 3ec255a commit 70b4fac

File tree

1 file changed

+1
-1
lines changed
  • apps/staking/src/components/NoWalletHome

1 file changed

+1
-1
lines changed

apps/staking/src/components/NoWalletHome/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export const NoWalletHome = () => {
145145
},
146146
{
147147
title: "Secure Pyth to Obtain Rewards",
148-
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.",
148+
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).",
149149
icon: ObtainRewards,
150150
},
151151
]}

0 commit comments

Comments
 (0)