Skip to content

Commit

Permalink
Change labels to say Estimated
Browse files Browse the repository at this point in the history
  • Loading branch information
thebitcoiner committed Nov 19, 2016
1 parent 653a96d commit 2939672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/modules/AuthorRewards.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class AuthorRewards extends React.Component {
</div>
<div className="UserWallet__balance UserReward__row row">
<div className="column small-12 medium-8">
{translate('author_rewards_last_week')}:
{translate('estimated_author_rewards_last_week')}:
</div>
<div className="column small-12 medium-4">
{numberWithCommas(vestsToSp(this.props.state, rewardsWeekVests + " " + VEST_TICKER)) + " " + VESTING_TOKEN}
Expand Down
2 changes: 1 addition & 1 deletion app/components/modules/CurationRewards.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class CurationRewards extends React.Component {
</div>
<div className="UserWallet__balance UserReward__row row">
<div className="column small-12 medium-8">
{translate('curation_rewards_last_week')}:
{translate('estimated_curation_rewards_last_week')}:
</div>
<div className="column small-12 medium-4">
{numberWithCommas(vestsToSp(this.props.state, rewardsWeek + " " + VEST_TICKER)) + " " + VESTING_TOKEN}
Expand Down

0 comments on commit 2939672

Please sign in to comment.