Merge pull request #4004 from nalysius/fix-3690-mail-notification-translation
Translate missing words in e-mail notifications
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
{{ $content }}
|
||||
|
||||
Thanks,<br>
|
||||
@lang('Thanks,')<br>
|
||||
{{ Config::get('setting.app_name') }}
|
||||
|
||||
@include('notifications.partials.subscription')
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
{{ $actionText }}
|
||||
@endcomponent
|
||||
|
||||
Thanks,<br>
|
||||
@lang('Thanks,')<br>
|
||||
{{ Config::get('setting.app_name') }}
|
||||
|
||||
@include('notifications.partials.subscription')
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
{{ $actionText }}
|
||||
@endcomponent
|
||||
|
||||
Thanks,<br>
|
||||
@lang('Thanks,')<br>
|
||||
{{ Config::get('setting.app_name') }}
|
||||
|
||||
@include('notifications.partials.subscription')
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
{{ $content }}
|
||||
|
||||
Thanks,<br>
|
||||
@lang('Thanks,')<br>
|
||||
{{ Config::get('setting.app_name') }}
|
||||
|
||||
@include('notifications.partials.subscription')
|
||||
|
||||
Reference in New Issue
Block a user