transmit and receive, calculation of the decay as text: 'total'

This commit is contained in:
ogerly 2021-09-17 09:07:01 +02:00
parent 00219c049e
commit e7d925b794
3 changed files with 6 additions and 4 deletions

View File

@ -84,8 +84,8 @@
</div>
<div class="d-flex">
<div style="width: 40%" class="text-right pr-3 mr-2">
<div v-if="type === 'send'">{{ $t('decay.sent') }}</div>
<div v-if="type === 'receive'">{{ $t('decay.received') }}</div>
<div>{{ $t('decay.total') }}</div>
</div>
<div style="width: 60%">
<div v-if="type === 'send'"><b> {{ parseInt(balance) + decay.balance }} </b></div>

View File

@ -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",

View File

@ -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",