Skip to content

Commit

Permalink
voting banner wording fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bobo-k2 committed Jun 20, 2024
1 parent bad9ecc commit edf4495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/i18n/en-US/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ export default {
percentageLocked: 'Percentage of Supply Locked',
unclaimedRewards: 'Unclaimed rewards',
rewardsClaimedOnStake: 'Rewards will be claimed when stake',
ifYouStakeNow: 'If you stake now',
ifYouStakeNow: 'Basic APR + Bonus (If you stake now)',
defiDescription: 'Discover the world of decentralized finance solutions on Astar.',
'unstoppable-grantsDescription':
'Support projects in the Unstoppable Community Grants program, powered by dApp staking.',
Expand Down
2 changes: 1 addition & 1 deletion src/staking-v3/components/PeriodInfoVote.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</div>
<div class="reward-info">
<div class="reward-label">
<div>{{ $t('stakingV3.basicAprPlusBonus') }}</div>
<div>{{ $t('stakingV3.estimatedRewards') }}</div>
<div>{{ $t('stakingV3.ifYouStakeNow') }}</div>
</div>
<div class="percentage">
Expand Down

0 comments on commit edf4495

Please sign in to comment.