Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Translate missing words in e-mail notifications
Browse files Browse the repository at this point in the history
Some "Thanks" were written in e-mail notifications but was not
translated. The "@lang" directive was added around.

See cachethq#3690
  • Loading branch information
nalysius authored and jdkemme committed Sep 3, 2020
1 parent 3d13c0a commit d4ccffa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions resources/views/notifications/component/update.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

{{ $content }}

Thanks,<br>
@lang('Thanks,')<br>
{{ Config::get('setting.app_name') }}

@include('notifications.partials.subscription')

@endcomponent
@endcomponent
2 changes: 1 addition & 1 deletion resources/views/notifications/incident/new.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ $actionText }}
@endcomponent

Thanks,<br>
@lang('Thanks,')<br>
{{ Config::get('setting.app_name') }}

@include('notifications.partials.subscription')
Expand Down
2 changes: 1 addition & 1 deletion resources/views/notifications/incident/update.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ $actionText }}
@endcomponent

Thanks,<br>
@lang('Thanks,')<br>
{{ Config::get('setting.app_name') }}

@include('notifications.partials.subscription')
Expand Down
4 changes: 2 additions & 2 deletions resources/views/notifications/schedule/new.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

{{ $content }}

Thanks,<br>
@lang('Thanks,')<br>
{{ Config::get('setting.app_name') }}

@include('notifications.partials.subscription')

@endcomponent
@endcomponent

0 comments on commit d4ccffa

Please sign in to comment.