From db86143b28b08a2f845f83bb05f5ac89e6799579 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 16 Jan 2018 14:08:10 +0000 Subject: [PATCH] New translations notifications.php (English) --- resources/lang/en-US/notifications.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/en-US/notifications.php b/resources/lang/en-US/notifications.php index 6a65c6bd..905a8544 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 reported', + 'content' => 'Incident :name was updated', 'action' => 'View', ], 'slack' => [ - 'title' => 'Incident :name Reported', + 'title' => 'Incident :name was 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 updated', + 'content' => 'Incident :name was reported', ], ], ],