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
This commit is contained in:
Anthony Bocci
2020-04-30 03:46:53 +02:00
parent c7ad51e876
commit 670a3133d3
4 changed files with 6 additions and 6 deletions

View File

@@ -3,9 +3,9 @@
{{ $content }}
Thanks,<br>
@lang('Thanks,')<br>
{{ Config::get('setting.app_name') }}
@include('notifications.partials.subscription')
@endcomponent
@endcomponent

View File

@@ -7,7 +7,7 @@
{{ $actionText }}
@endcomponent
Thanks,<br>
@lang('Thanks,')<br>
{{ Config::get('setting.app_name') }}
@include('notifications.partials.subscription')

View File

@@ -7,7 +7,7 @@
{{ $actionText }}
@endcomponent
Thanks,<br>
@lang('Thanks,')<br>
{{ Config::get('setting.app_name') }}
@include('notifications.partials.subscription')

View File

@@ -3,9 +3,9 @@
{{ $content }}
Thanks,<br>
@lang('Thanks,')<br>
{{ Config::get('setting.app_name') }}
@include('notifications.partials.subscription')
@endcomponent
@endcomponent