From db0ddb7d850b041715d25463fe5204787cf0ae8d Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 24 Aug 2021 12:18:49 +0200 Subject: [PATCH] if decay is zero then this is displayed in writing otherwise the amount of decay is displayed --- frontend/src/components/DecayInformation.vue | 7 ++++++- frontend/src/locales/de.json | 3 ++- frontend/src/locales/en.json | 3 ++- .../src/views/Pages/AccountOverview/GddTransactionList.vue | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/DecayInformation.vue b/frontend/src/components/DecayInformation.vue index 743881ca5..24acbd47e 100644 --- a/frontend/src/components/DecayInformation.vue +++ b/frontend/src/components/DecayInformation.vue @@ -1,7 +1,12 @@