mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove formal totale sum
This commit is contained in:
parent
4c574c1081
commit
05bab6e757
@ -113,13 +113,6 @@
|
||||
</div>
|
||||
</b-col>
|
||||
</b-row>
|
||||
|
||||
<b-row>
|
||||
<b-col class="text-center pt-3 pb-2">
|
||||
<small v-if="type === 'send'">{{ $t('decay.formula_total_sent') }}</small>
|
||||
<small v-if="type === 'receive'">{{ $t('decay.formula_total_received') }}</small>
|
||||
</b-col>
|
||||
</b-row>
|
||||
</div>
|
||||
</b-list-group-item>
|
||||
</b-list-group>
|
||||
|
||||
@ -19,8 +19,6 @@
|
||||
"decayStart": " - Startblock für Vergänglichkeit am: ",
|
||||
"decay_introduced": "Die Vergänglichkeit wurde Eingeführt am ",
|
||||
"decay_since_last_transaction": "Vergänglichkeit seit der letzten Transaktion",
|
||||
"formula_total_received": "(Empfangen minus Vergänglichkeit)",
|
||||
"formula_total_sent": "(Gesendet plus Vergänglichkeit)",
|
||||
"fromCommunity": "Aus der Gemeinschaft",
|
||||
"hours": "Stunden",
|
||||
"last_transaction": "Letzte Transaktion",
|
||||
|
||||
@ -19,8 +19,6 @@
|
||||
"decayStart": " - Starting block for decay at: ",
|
||||
"decay_introduced": "Decay was Introduced on",
|
||||
"decay_since_last_transaction": "Decay since the last transaction",
|
||||
"formula_total_received": "(Received minus decay)",
|
||||
"formula_total_sent": "(Sent plus decay)",
|
||||
"fromCommunity": "From the community",
|
||||
"hours": "Hours",
|
||||
"last_transaction": "Last transaction:",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user