mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix month translation
This commit is contained in:
parent
184eaf855c
commit
c51beb5f57
@ -904,7 +904,7 @@ class Utils
|
|||||||
$month += 12;
|
$month += 12;
|
||||||
}
|
}
|
||||||
|
|
||||||
return trans('texts.' . $months[$month], [], null, $locale);
|
return trans('texts.' . $months[$month], [], $locale);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static function getQuarter($offset)
|
private static function getQuarter($offset)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user