Some "Thanks" were written in e-mail notifications but was not translated. The "@lang" directive was added around. See #3690
16 lines
368 B
PHP
16 lines
368 B
PHP
@component('mail::message')
|
|
# {{ trans('notifications.incident.new.mail.greeting', ['app_name' => Config::get('setting.app_name')]) }}
|
|
|
|
{{ $incident->message }}
|
|
|
|
@component('mail::button', ['url' => $actionUrl])
|
|
{{ $actionText }}
|
|
@endcomponent
|
|
|
|
@lang('Thanks,')<br>
|
|
{{ Config::get('setting.app_name') }}
|
|
|
|
@include('notifications.partials.subscription')
|
|
|
|
@endcomponent
|