From 539740fc956fb39a81ab91139edaa2417772a5e3 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 12 Mar 2017 20:28:19 +0200 Subject: [PATCH] Workaround pl translation issue #613 --- resources/views/dashboard.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }}