2018-07-18 17:54:50 +03:00
< ? php
return [
'whoops' => 'Whoops!' ,
'hello' => 'Hello!' ,
'salutation' => 'Regards,<br> :company_name' ,
2018-07-27 12:07:52 +03:00
'subcopy' => 'If you’ re having trouble clicking the ":text" button, copy and paste the URL below into your web browser: [:url](:url)' ,
2018-07-18 17:54:50 +03:00
2021-03-12 17:24:03 +03:00
'update' => [
'mail' => [
'subject' => '⚠️ Update failed on :domain' ,
'message' => 'The update of :alias from :current_version to :new_version failed in <strong>:step</strong> step with the following message: :error_message' ,
],
'slack' => [
'message' => 'Update failed on :domain' ,
],
],
2018-07-18 17:54:50 +03:00
];