akaunting/resources/lang/en-GB/notifications.php

11 lines
312 B
PHP
Raw Normal View History

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