From 2bbcdb5110a8b6b69a9b32f20220871eaa729dc9 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 12 Jul 2018 08:44:00 +0100 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 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', ], ], ],