- {{ parseInt(balance) + decay.balance }}
+ - {{ parseInt(balance) + decay.balance }}
{{ parseInt(balance) - decay.balance }}
@@ -103,7 +105,7 @@
export default {
name: 'DecayInformation',
props: {
- balance: { type: String, default: '' },
+ balance: { type: Number },
type: { type: String, default: '' },
decay: {
balance: '',
diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json
index 851f2a376..237eaff8f 100644
--- a/frontend/src/locales/de.json
+++ b/frontend/src/locales/de.json
@@ -31,6 +31,7 @@
"since_introduction": "seit Einführung der Vergänglichkeit",
"Starting_block_decay": "Startblock Vergänglichkeit",
"toCommunity": "An die Gemeinschaft",
+ "total":"Gesamt",
"year": "Jahre"
},
"error": {
diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json
index 4edf8e72d..882bca8c8 100644
--- a/frontend/src/locales/en.json
+++ b/frontend/src/locales/en.json
@@ -31,6 +31,7 @@
"since_introduction": "Since the introduction of Decay",
"Starting_block_decay": "Starting Block Decay",
"toCommunity": "To the community",
+ "total":"Total",
"year": "Years"
},
"error": {