diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index ca127f3f81b4..ffbe444145d0 100644 --- a/resources/views/dashboard.blade.php +++ b/resources/views/dashboard.blade.php @@ -349,7 +349,7 @@ {{ trans('texts.activity') }} @if ($invoicesSent)
- @if (in_array(App::getLocale(), ['pl', 'cs'])) + @if (in_array(App::getLocale(), ['pl', 'cs', 'hr'])) @else {{ trans_choice('texts.invoices_sent', $invoicesSent) }}