Files
cachet-docker/resources/views/notifications/component/update.blade.php
Anthony Bocci 670a3133d3 Translate missing words in e-mail notifications
Some "Thanks" were written in e-mail notifications but was not
translated. The "@lang" directive was added around.

See #3690
2020-04-30 03:46:53 +02:00

12 lines
237 B
PHP

@component('mail::message')
# {{ trans('notifications.component.status_update.mail.greeting') }}
{{ $content }}
@lang('Thanks,')<br>
{{ Config::get('setting.app_name') }}
@include('notifications.partials.subscription')
@endcomponent