From e018debfe5c9c06ba92ec67d493f5b083a1a8af5 Mon Sep 17 00:00:00 2001 From: Fabian Weber Date: Thu, 21 Mar 2019 16:52:51 +0100 Subject: [PATCH 1/2] changed to pending rewards --- PENDING.md | 3 ++- app/src/renderer/components/common/TmBalance.vue | 2 +- .../components/common/__snapshots__/TmBalance.spec.js.snap | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/PENDING.md b/PENDING.md index f7f0bf434e..f24c9c7a57 100644 --- a/PENDING.md +++ b/PENDING.md @@ -1,3 +1,4 @@ ### Changed -- [\#1337](https://github.com/cosmos/voyager/issues/1337) Updated modals tests acording to standard @fedekunze \ No newline at end of file +- [\#1337](https://github.com/cosmos/voyager/issues/1337) Updated modals tests acording to standard @fedekunze +- Changed "Total Rewards" to "Pending Rewards" in the balance header @faboweb \ No newline at end of file diff --git a/app/src/renderer/components/common/TmBalance.vue b/app/src/renderer/components/common/TmBalance.vue index 67df6ab937..07613afedb 100644 --- a/app/src/renderer/components/common/TmBalance.vue +++ b/app/src/renderer/components/common/TmBalance.vue @@ -13,7 +13,7 @@

{{ unbondedAtoms }}

-

Total Rewards

+

Pending Rewards

{{ rewards }}

- Total Rewards + Pending Rewards

From 360d7b69c381f179528ec6568a1b9e409a675d46 Mon Sep 17 00:00:00 2001 From: Federico Kunze <31522760+fedekunze@users.noreply.github.com> Date: Thu, 21 Mar 2019 17:30:13 +0100 Subject: [PATCH 2/2] Update PENDING.md --- PENDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PENDING.md b/PENDING.md index f24c9c7a57..30e03ef833 100644 --- a/PENDING.md +++ b/PENDING.md @@ -1,4 +1,4 @@ ### Changed - [\#1337](https://github.com/cosmos/voyager/issues/1337) Updated modals tests acording to standard @fedekunze -- Changed "Total Rewards" to "Pending Rewards" in the balance header @faboweb \ No newline at end of file +- [\#2328](https://github.com/cosmos/voyager/pull/2328) Changed "Total Rewards" to "Pending Rewards" in the balance header @faboweb