diff --git a/app/Libraries/Utils.php b/app/Libraries/Utils.php index 41e013b25b67..46511e42a86f 100644 --- a/app/Libraries/Utils.php +++ b/app/Libraries/Utils.php @@ -904,7 +904,7 @@ class Utils $month += 12; } - return trans('texts.' . $months[$month], [], null, $locale); + return trans('texts.' . $months[$month], [], $locale); } private static function getQuarter($offset)