mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
lint fix
This commit is contained in:
parent
a758374f86
commit
694a9fa09e
@ -27,7 +27,10 @@
|
||||
</b-row>
|
||||
<div>
|
||||
<b-icon icon="layers" class="mr-3" :variant="badge ? 'success' : 'light'"></b-icon>
|
||||
<span class="font-weight-bold" :class="badge ? 'gradido-global-border-color-accent' : 'text-light'">
|
||||
<span
|
||||
class="font-weight-bold"
|
||||
:class="badge ? 'gradido-global-border-color-accent' : 'text-light'"
|
||||
>
|
||||
{{ $n(GdtBalance, 'decimal') }} {{ $t('GDT') }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -207,7 +207,6 @@
|
||||
"factor": "Faktor",
|
||||
"formula": "Berechnungsformel",
|
||||
"funding": "Zu den Förderbeiträgen",
|
||||
"gdt": "Gradido Transform",
|
||||
"gdt-received": "Gradido Transform (GDT) erhalten",
|
||||
"gdtKonto": "GDT Konto",
|
||||
"no-transactions": "Du hast noch keine Gradido Transform (GDT).",
|
||||
|
||||
@ -207,7 +207,6 @@
|
||||
"factor": "Factor",
|
||||
"formula": "Calculation formula",
|
||||
"funding": "To the funding contributions",
|
||||
"gdt": "Gradido Transform",
|
||||
"gdt-received": "Gradido Transform (GDT) received",
|
||||
"gdtKonto": "GDT Konto",
|
||||
"no-transactions": "You do not have Gradido Transform (GDT) yet.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user