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