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