diff --git a/resources/views/components/transactions/show/recurring-message.blade.php b/resources/views/components/transactions/show/recurring-message.blade.php index 9308c292d..8f38983df 100644 --- a/resources/views/components/transactions/show/recurring-message.blade.php +++ b/resources/views/components/transactions/show/recurring-message.blade.php @@ -12,7 +12,7 @@ @stack('recurring_message_body_start')
{{ trans('recurring.message', [ 'type' => mb_strtolower(trans_choice($textRecurringType, 1)), - 'date' => $next->format($date_format) + 'date' => $next->format(company_date_format()) ]) }}
@stack('recurring_message_body_end')