Skip to content

Commit

Permalink
treasury -> reserved
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Sep 15, 2020
1 parent df0d029 commit 832701c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/components/wallet/staking/dashboard/UpcomingRewards.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const messages = defineMessages({
},
unregisteredWarning: {
id: 'wallet.dashboard.rewards.unregistered',
defaultMessage: `!!!Staking key isn't registered, so reward will be go to the treasury.`,
defaultMessage: `!!!Staking key isn't registered, so you won't get rewards`,
},
});

Expand Down
2 changes: 1 addition & 1 deletion app/containers/transfer/DeregisterDialogContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const dialogMessages = defineMessages({
},
deregisterExplanationLine4: {
id: 'wallet.transfer.deregister.line4',
defaultMessage: `!!!You should NOT deregister if this staking key is used as a stake pool's reward account, as this will cause all pool operator rewards to be sent directly to the treasury`,
defaultMessage: `!!!You should NOT deregister if this staking key is used as a stake pool's reward account, as this will cause all pool operator rewards to be sent back to the reserved`,
},
deregisterExplanationLine5: {
id: 'wallet.transfer.deregister.line5',
Expand Down
4 changes: 2 additions & 2 deletions app/i18n/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@
"wallet.dashboard.poolWarnings.suggested": "We suggest contacting the pool owner through the stake pool's webpage to ask about their behavior. Remember, you can change your delegation at any time without any interruptions in rewards.",
"wallet.dashboard.poolWarnings.unknown": "Causes some unknown issue (look online for more info)",
"wallet.dashboard.rewards.note": "The first reward is slower.",
"wallet.dashboard.rewards.unregistered": "Staking key isn't registered, so reward will be go to the treasury.",
"wallet.dashboard.rewards.unregistered": "Staking key isn't registered, so you won't get rewards",
"wallet.dashboard.stakePool.age": "Age",
"wallet.dashboard.stakePool.circleText": "Revenue",
"wallet.dashboard.stakePool.cost": "Cost",
Expand Down Expand Up @@ -707,7 +707,7 @@
"wallet.transfer.deregister.line1": "When withdrawing rewards, you also have the option to deregister the staking key",
"wallet.transfer.deregister.line2": "Deregistering the staking key will give you back your deposit and undelegate the key from any pool",
"wallet.transfer.deregister.line3": "Keeping the staking key will allow you to withdraw the rewards, but continue delegating to the same pool",
"wallet.transfer.deregister.line4": "You should NOT deregister if this staking key is used as a stake pool's reward account, as this will cause all pool operator rewards to be sent directly to the treasury",
"wallet.transfer.deregister.line4": "You should NOT deregister if this staking key is used as a stake pool's reward account, as this will cause all pool operator rewards to be sent back to the reserved",
"wallet.transfer.deregister.line5": "Deregistering means this key will no longer receive rewards until you re-register the staking key (usually by delegating to a pool again)",
"wallet.transfer.deregister.noNeedToDeregister": "You do NOT need to deregister to delegate to a different stake pool. You can change your delegation preference at any time",
"wallet.transfer.deregister.title": "Also deregister the staking key?",
Expand Down

0 comments on commit 832701c

Please sign in to comment.