mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 19:34:39 -04:00
Improve auto bill text in client portal
This commit is contained in:
parent
d463988355
commit
fbc0895f10
@ -5094,6 +5094,7 @@ $LANG = array(
|
|||||||
'order_id' => 'Order',
|
'order_id' => 'Order',
|
||||||
'total_invoices_outstanding' => 'Total Invoices Outstanding',
|
'total_invoices_outstanding' => 'Total Invoices Outstanding',
|
||||||
'recent_activity' => 'Recent Activity',
|
'recent_activity' => 'Recent Activity',
|
||||||
|
'enable_auto_bill' => 'Enable auto billing',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
wire:change="updateAutoBilling" {{ $invoice->auto_bill_enabled ? 'checked' : '' }}>
|
wire:change="updateAutoBilling" {{ $invoice->auto_bill_enabled ? 'checked' : '' }}>
|
||||||
|
|
||||||
<span class="text-sm leading-5 font-medium text-gray-900">
|
<span class="text-sm leading-5 font-medium text-gray-900">
|
||||||
{{ $invoice->auto_bill_enabled || $invoice->auto_bill === 'optout' ? ctrans('texts.auto_bill_enabled') : ctrans('texts.auto_bill_disabled') }}
|
{{ ctrans('texts.enable_auto_bill') }}
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user