diff --git a/resources/views/notifications/component/update.blade.php b/resources/views/notifications/component/update.blade.php index 5aea67bdaeb0..a5515ae09c7b 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 22f4ddccac80..7dbcad641375 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 8711e4bdd0ca..12c9b63bf44b 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 d58d10a2ee80..7a5872de1794 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