diff --git a/resources/views/components/transactions/show/recurring-message.blade.php b/resources/views/components/transactions/show/recurring-message.blade.php index d02f4e64a..e7c4d2a04 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')