Blame view

resources/lang/en-GB/notifications.php 312 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
  <?php
  
  return [
  
      'whoops'              => 'Whoops!',
      'hello'               => 'Hello!',
      'salutation'          => 'Regards,<br> :company_name',
      'subcopy'             => 'If you’re having trouble clicking the ":text" button, copy and paste the URL below into your web browser: [:url](:url)',
  
  ];