Skip to content

Commit

Permalink
chore: update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jan 10, 2024
1 parent 7719fa3 commit 917ee4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function CreatorRewardInfoCard() {
<div className='d-flex align-items-center justify-content-between'>
<div className='d-flex align-items-baseline GapMini'>
<MutedSpan>Distribution in</MutedSpan>
<Tooltip title='How long until you will receive your creator rewards for this week'>
<Tooltip title='The amount of time remaining until your bonus rewards for this week are deposited into your account'>
<SlQuestion className='FontTiny ColorMuted' />
</Tooltip>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/components/creators/staker-rewards/StakerRewardInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ export default function StakerRewardInfo({ size, ...props }: StakerRewardInfoPro
reward the authors of the posts you like.
</p>
<p className='mb-0'>
If you like more than 10, those author rewards will then be distributed among
more authors, resulting in each author receiving fewer rewards.
Liking more than 10 posts will spread the author rewards across more authors,
resulting in each author receiving fewer rewards.
</p>
</>
}
Expand Down Expand Up @@ -140,7 +140,7 @@ export default function StakerRewardInfo({ size, ...props }: StakerRewardInfoPro
<div className='d-flex justify-content-between align-items-center'>
<div className='d-flex align-items-baseline GapMini'>
<MutedSpan>Distribution in</MutedSpan>
<Tooltip title='How long until you will receive your bonus staking rewards for this week'>
<Tooltip title='The amount of time remaining until your bonus rewards for this week are deposited into your account'>
<SlQuestion className='FontTiny ColorMuted' />
</Tooltip>
</div>
Expand Down

0 comments on commit 917ee4d

Please sign in to comment.