Skip to content

Commit

Permalink
Minor review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ikem-legend committed Oct 16, 2023
1 parent 3379422 commit 28294dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const RewardsNotification = () => {
if (notification) {
toast.info(
<div className={styles.rewardInfo}>
<p>You have an unclaimed reward of your stakes.</p>
<p>You have an unclaimed reward for your stakes.</p>
<DialogLink component="claimRewardsView" className={styles.rewardLink}>
Claim rewards
</DialogLink>
Expand Down

0 comments on commit 28294dc

Please sign in to comment.