close #422 Added: Notification language text

This commit is contained in:
cuneytsenturk
2018-07-18 17:54:50 +03:00
parent 23132d848c
commit 2a1252e6fc
2 changed files with 15 additions and 5 deletions

View File

@ -0,0 +1,11 @@
<?php
return [
'whoops' => 'Whoops!',
'hello' => 'Hello!',
'salutation' => 'Regards,<br> :company_name',
'subcopy' => 'If youre having trouble clicking the ":text" button, copy and paste the URL below
into your web browser: [:url](:url)',
];