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