Skip to content

Commit

Permalink
Merge pull request #2328 from cosmos/fabo/pending-rewards-rename
Browse files Browse the repository at this point in the history
Fabo/ changed to pending rewards
  • Loading branch information
faboweb authored Mar 21, 2019
2 parents c2cefbd + 360d7b6 commit ffe4f58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion PENDING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### Changed

- [\#1337](https://github.com/cosmos/voyager/issues/1337) Updated modals tests acording to standard @fedekunze
- [\#1337](https://github.com/cosmos/voyager/issues/1337) Updated modals tests acording to standard @fedekunze
- [\#2328](https://github.com/cosmos/voyager/pull/2328) Changed "Total Rewards" to "Pending Rewards" in the balance header @faboweb
2 changes: 1 addition & 1 deletion app/src/renderer/components/common/TmBalance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<h2>{{ unbondedAtoms }}</h2>
</div>
<div v-if="rewards" class="top-section">
<h3>Total Rewards</h3>
<h3>Pending Rewards</h3>
<h2>{{ rewards }}</h2>
<tm-btn
id="withdraw-btn"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ exports[`TmBalance has the expected html structure before adding props 1`] = `
class="top-section"
>
<h3>
Total Rewards
Pending Rewards
</h3>
<h2>
Expand Down

0 comments on commit ffe4f58

Please sign in to comment.