1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Small text fixes

This commit is contained in:
Lars Kusch 2021-10-09 16:30:39 +02:00
parent ca8ec101ce
commit 7899f5c33a

View File

@ -16,7 +16,7 @@
@include('portal.ninja2020.gateways.includes.payment_details')
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.payment_type')])
{{ ctrans('texts.giropay') }} ({{ ctrans('texts.bank_transfer') }})
{{ ctrans('texts.ideal') }} ({{ ctrans('texts.bank_transfer') }})
@endcomponent
@include('portal.ninja2020.gateways.stripe.ideal.ideal')
@include('portal.ninja2020.gateways.includes.pay_now')