From 670a3133d3544783fe9798ae9dcde4fa3be0ac63 Mon Sep 17 00:00:00 2001 From: Anthony Bocci Date: Thu, 30 Apr 2020 03:46:53 +0200 Subject: [PATCH] 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 --- resources/views/notifications/component/update.blade.php | 4 ++-- resources/views/notifications/incident/new.blade.php | 2 +- resources/views/notifications/incident/update.blade.php | 2 +- resources/views/notifications/schedule/new.blade.php | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/views/notifications/component/update.blade.php b/resources/views/notifications/component/update.blade.php index 5aea67bd..a5515ae0 100644 --- a/resources/views/notifications/component/update.blade.php +++ b/resources/views/notifications/component/update.blade.php @@ -3,9 +3,9 @@ {{ $content }} -Thanks,
+@lang('Thanks,')
{{ Config::get('setting.app_name') }} @include('notifications.partials.subscription') -@endcomponent \ No newline at end of file +@endcomponent diff --git a/resources/views/notifications/incident/new.blade.php b/resources/views/notifications/incident/new.blade.php index 22f4ddcc..7dbcad64 100644 --- a/resources/views/notifications/incident/new.blade.php +++ b/resources/views/notifications/incident/new.blade.php @@ -7,7 +7,7 @@ {{ $actionText }} @endcomponent -Thanks,
+@lang('Thanks,')
{{ Config::get('setting.app_name') }} @include('notifications.partials.subscription') diff --git a/resources/views/notifications/incident/update.blade.php b/resources/views/notifications/incident/update.blade.php index 8711e4bd..12c9b63b 100644 --- a/resources/views/notifications/incident/update.blade.php +++ b/resources/views/notifications/incident/update.blade.php @@ -7,7 +7,7 @@ {{ $actionText }} @endcomponent -Thanks,
+@lang('Thanks,')
{{ Config::get('setting.app_name') }} @include('notifications.partials.subscription') diff --git a/resources/views/notifications/schedule/new.blade.php b/resources/views/notifications/schedule/new.blade.php index d58d10a2..7a5872de 100644 --- a/resources/views/notifications/schedule/new.blade.php +++ b/resources/views/notifications/schedule/new.blade.php @@ -3,9 +3,9 @@ {{ $content }} -Thanks,
+@lang('Thanks,')
{{ Config::get('setting.app_name') }} @include('notifications.partials.subscription') -@endcomponent \ No newline at end of file +@endcomponent