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