diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index f6fd56140..efb2c0d28 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -1060,6 +1060,7 @@ export default { utilityDescription: 'Stake to essential projects that enhance the productivity and functionality of Web3.', othersDescription: 'Explore a diverse set of blockchain dApps.', + basicAprPlusBonus: 'Basic APR + Bonus', }, bridge: { selectBridge: 'Select a Bridge', diff --git a/src/staking-v3/components/PeriodInfoVote.vue b/src/staking-v3/components/PeriodInfoVote.vue index bfb83b7c2..1a2e494e6 100644 --- a/src/staking-v3/components/PeriodInfoVote.vue +++ b/src/staking-v3/components/PeriodInfoVote.vue @@ -41,11 +41,11 @@
-
{{ $t('stakingV3.estimatedRewards') }}
+
{{ $t('stakingV3.basicAprPlusBonus') }}
{{ $t('stakingV3.ifYouStakeNow') }}
- 15%+ + {{ totalApr.toFixed(1) }}%
@@ -54,8 +54,8 @@