mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Further fixes
This commit is contained in:
parent
88278832ab
commit
1c1cf36ec3
@ -2503,7 +2503,7 @@ $LANG = array(
|
|||||||
'alipay' => 'Alipay',
|
'alipay' => 'Alipay',
|
||||||
'sofort' => 'Sofort',
|
'sofort' => 'Sofort',
|
||||||
'sepa' => 'SEPA Direct Debit',
|
'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_alipay' => 'Accept Alipay',
|
||||||
'enable_sofort' => 'Accept EU bank transfers',
|
'enable_sofort' => 'Accept EU bank transfers',
|
||||||
'stripe_alipay_help' => 'These gateways also need to be activated in :link.',
|
'stripe_alipay_help' => 'These gateways also need to be activated in :link.',
|
||||||
|
@ -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')])
|
@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()}}">
|
<input class="input w-full" id="klarna-name" type="text" placeholder="{{ ctrans('texts.bank_account_holder') }}" value="{{ $gateway->client->present()->name()}}">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user