Some "Thanks" were written in e-mail notifications but was not translated. The "@lang" directive was added around. See #3690
12 lines
223 B
PHP
12 lines
223 B
PHP
@component('mail::message')
|
|
# {{ trans('notifications.schedule.new.mail.title') }}
|
|
|
|
{{ $content }}
|
|
|
|
@lang('Thanks,')<br>
|
|
{{ Config::get('setting.app_name') }}
|
|
|
|
@include('notifications.partials.subscription')
|
|
|
|
@endcomponent
|