diff --git a/frontend/src/components/DecayInformation.vue b/frontend/src/components/DecayInformation.vue index c9ffa9115..f219973bd 100644 --- a/frontend/src/components/DecayInformation.vue +++ b/frontend/src/components/DecayInformation.vue @@ -19,11 +19,11 @@ -
-
+
+
{{ $t('decay.last_transaction') }}
-
+
{{ $t('decay.Starting_block_decay') }}
@@ -40,11 +40,11 @@
-
-
+
+
{{ $t('decay.past_time') }}
-
+
{{ $t('decay.since_introduction') }}
{{ duration.years }} {{ $t('decay.year') }}, @@ -63,30 +63,30 @@
-
-
+
+
{{ $t('decay.sent') }}
{{ $t('decay.received') }}
-
+
- {{ balance }}
+ {{ balance }}
-
-
+
+
{{ $t('decay.decay') }}
-
+
- {{ decay.balance }}

-
-
+
+
{{ $t('decay.total') }}
-
+
- {{ parseInt(balance) + decay.balance }}
diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 237eaff8f..af7e19fc5 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -31,7 +31,7 @@ "since_introduction": "seit Einführung der Vergänglichkeit", "Starting_block_decay": "Startblock Vergänglichkeit", "toCommunity": "An die Gemeinschaft", - "total":"Gesamt", + "total": "Gesamt", "year": "Jahre" }, "error": { diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 882bca8c8..8bd6aea99 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -31,7 +31,7 @@ "since_introduction": "Since the introduction of Decay", "Starting_block_decay": "Starting Block Decay", "toCommunity": "To the community", - "total":"Total", + "total": "Total", "year": "Years" }, "error": {