set locales for advance-calculation

This commit is contained in:
ogerly 2022-01-18 16:34:47 +01:00
parent d8b9062a92
commit e239b51a8c
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"admin_area": "Adminbereich",
"advance-calculation":"Vorausberechnung ",
"advance-calculation":"Vorausberechnung",
"back": "Zurück",
"community": {
"choose-another-community": "Eine andere Gemeinschaft auswählen",

View File

@ -34,7 +34,7 @@
</b-row>
<b-container class="bv-example-row mt-3 gray-background p-2">
<p>Vorausberechnung - Calculation in advance</p>
<p>{{ $t('advance-calculation') }}</p>
<b-row class="pr-3">
<b-col class="text-right">{{ $t('form.current_balance') }}</b-col>
<b-col class="text-right">{{ $n(balance, 'decimal') }}</b-col>
@ -49,7 +49,7 @@
</b-row>
<b-row class="pr-3">
<b-col class="text-right">{{ $t('form.new_balance') }}</b-col>
<b-col class="text-right">~ {{ $n(balance - amount, 'decimal') }}</b-col>
<b-col class="text-right"> <strong>~ {{ $n(balance - amount, 'decimal') }} </strong></b-col>
</b-row>
</b-container>