Fix month translation
This commit is contained in:
parent
184eaf855c
commit
c51beb5f57
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue