-
{{ $t('decay.sent') }}
-
{{ $t('decay.received') }}
+
{{ $t('decay.total') }}
+
{{ parseInt(balance) + decay.balance }}
diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json
index 4fd157de5..03d8d0fe9 100644
--- a/frontend/src/locales/de.json
+++ b/frontend/src/locales/de.json
@@ -43,7 +43,8 @@
"created":"Geschöpft",
"fromCommunity":"Aus der Gemeinschaft",
"toCommunity":"An die Gemeinschaft",
- "noDecay": "Keine Vergänglichkeit"
+ "noDecay": "Keine Vergänglichkeit",
+ "total":"Gesamt"
},
"form": {
"cancel": "Abbrechen",
diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json
index 229de1244..18b416f30 100644
--- a/frontend/src/locales/en.json
+++ b/frontend/src/locales/en.json
@@ -42,7 +42,8 @@
"created":"Created",
"fromCommunity":"From the community",
"toCommunity":"To the community",
- "noDecay": "No Decay"
+ "noDecay": "No Decay",
+ "total":"Total"
},
"form": {
"cancel":"Cancel",