diff --git a/resources/lang/en-US/notifications.php b/resources/lang/en-US/notifications.php index 905a8544..6a65c6bd 100644 --- a/resources/lang/en-US/notifications.php +++ b/resources/lang/en-US/notifications.php @@ -32,11 +32,11 @@ return [ 'mail' => [ 'subject' => 'New Incident Reported', 'greeting' => 'A new incident was reported at :app_name.', - 'content' => 'Incident :name was updated', + 'content' => 'Incident :name was reported', 'action' => 'View', ], 'slack' => [ - 'title' => 'Incident :name was reported', + 'title' => 'Incident :name Reported', 'content' => 'A new incident was reported at :app_name', ], 'sms' => [ @@ -55,7 +55,7 @@ return [ 'content' => ':name was updated to :new_status', ], 'sms' => [ - 'content' => 'Incident :name was reported', + 'content' => 'Incident :name was updated', ], ], ],