mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
transmit and receive, calculation of the decay as text: 'total'
This commit is contained in:
parent
00219c049e
commit
e7d925b794
@ -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>
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user