mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Fix for tests
This commit is contained in:
parent
43c04415ef
commit
57ae09c4c2
@ -349,7 +349,7 @@
|
||||
<i class="glyphicon glyphicon-exclamation-sign"></i> {{ trans('texts.activity') }}
|
||||
@if ($invoicesSent)
|
||||
<div class="pull-right" style="font-size:14px;padding-top:4px">
|
||||
@if (in_array(App::getLocale(), ['pl', 'cs', 'hr']))
|
||||
@if (in_array(App::getLocale(), ['pl', 'cs', 'hr', 'lt']))
|
||||
<!-- https://github.com/invoiceninja/invoiceninja/issues/613 -->
|
||||
@else
|
||||
{{ trans_choice('texts.invoices_sent', $invoicesSent) }}
|
||||
|
Loading…
Reference in New Issue
Block a user