diff --git a/frontend/src/components/DecayInformation.vue b/frontend/src/components/DecayInformation.vue index f219973bd..e6cbd54bd 100644 --- a/frontend/src/components/DecayInformation.vue +++ b/frontend/src/components/DecayInformation.vue @@ -20,10 +20,10 @@
-
+
{{ $t('decay.last_transaction') }}
-
+
{{ $t('decay.Starting_block_decay') }}
@@ -41,10 +41,10 @@
-
+
{{ $t('decay.past_time') }}
-
+
{{ $t('decay.since_introduction') }}
{{ duration.years }} {{ $t('decay.year') }}, @@ -64,29 +64,29 @@
-
+
{{ $t('decay.sent') }}
{{ $t('decay.received') }}
-
+
- {{ balance }}
+ {{ balance }}
-
+
{{ $t('decay.decay') }}
-
+
- {{ decay.balance }}

-
+
{{ $t('decay.total') }}
-
+
- {{ parseInt(balance) + decay.balance }}