From 57ae09c4c22af5cd94e45a6fef4d78a858cbed4f Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 20 Mar 2017 12:06:55 +0200 Subject: [PATCH] Fix for tests --- 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 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) }}