diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index eb91cfb5d..ab68adf3b 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -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", diff --git a/frontend/src/views/Pages/SendOverview/GddSend/TransactionConfirmation.vue b/frontend/src/views/Pages/SendOverview/GddSend/TransactionConfirmation.vue index 2bcabea8a..a5d88af05 100644 --- a/frontend/src/views/Pages/SendOverview/GddSend/TransactionConfirmation.vue +++ b/frontend/src/views/Pages/SendOverview/GddSend/TransactionConfirmation.vue @@ -34,7 +34,7 @@ -

Vorausberechnung - Calculation in advance

+

{{ $t('advance-calculation') }}

{{ $t('form.current_balance') }} {{ $n(balance, 'decimal') }} @@ -49,7 +49,7 @@ {{ $t('form.new_balance') }} - ~ {{ $n(balance - amount, 'decimal') }} + ~ {{ $n(balance - amount, 'decimal') }}