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

11 lines
312 B
PHP
Raw Normal View History

2020-12-26 23:32:05 +00:00
<?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)',
];