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:
@@ -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