New translations notifications.php (English)

This commit is contained in:
Cachet Bot
2018-07-12 08:44:00 +01:00
parent ece0043144
commit 2bbcdb5110

View File

@@ -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',
],
],
],