diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index ffbe444145d0..1d7f5a112170 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', 'hr'])) + @if (in_array(App::getLocale(), ['pl', 'cs', 'hr', 'lt'])) @else {{ trans_choice('texts.invoices_sent', $invoicesSent) }}