mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Remove typo
This commit is contained in:
parent
b88dc785d7
commit
148190727c
@ -9,7 +9,7 @@
|
||||
<option>20</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="relative" x-data="{ open: false }" x-on:click.away="open = false">Add BACS
|
||||
<div class="relative" x-data="{ open: false }" x-on:click.away="open = false">
|
||||
<!-- Add payment method button -->
|
||||
@if($client->getCreditCardGateway() || $client->getBankTransferGateway())
|
||||
<button x-on:click="open = !open" class="button button-primary bg-primary" data-cy="add-payment-method">{{ ctrans('texts.add_payment_method') }}</button>
|
||||
|
Loading…
Reference in New Issue
Block a user