1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Further fixes

This commit is contained in:
Lars Kusch 2022-12-10 07:06:08 +01:00
parent 88278832ab
commit 1c1cf36ec3
2 changed files with 3 additions and 3 deletions

View File

@ -2503,7 +2503,7 @@ $LANG = array(
'alipay' => 'Alipay',
'sofort' => 'Sofort',
'sepa' => 'SEPA Direct Debit',
'name_without_special_characters' => 'Please enter a name with only the letter a-z and whitespaces',
'name_without_special_characters' => 'Please enter a name with only the letters a-z and whitespaces',
'enable_alipay' => 'Accept Alipay',
'enable_sofort' => 'Accept EU bank transfers',
'stripe_alipay_help' => 'These gateways also need to be activated in :link.',

View File

@ -1,6 +1,6 @@
<div id="stripe--payment-container">
<div id="klarna-name-correction" hidden>
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.name')])
<div class="form-group mb-[10px]" id="klarna-name-correction" hidden>
<div class="form-group mb-[10px]">
<input class="input w-full" id="klarna-name" type="text" placeholder="{{ ctrans('texts.bank_account_holder') }}" value="{{ $gateway->client->present()->name()}}">
</div>