Merge pull request #4004 from nalysius/fix-3690-mail-notification-translation

Translate missing words in e-mail notifications
This commit is contained in:
James Brooks
2020-08-01 09:08:09 +01:00
committed by GitHub
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