mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-04 08:54:36 -04:00
7 lines
52 B
PHP
7 lines
52 B
PHP
<?php
|
|
|
|
return [
|
|
'new_note' => 'New Note',
|
|
];
|
|
|
|
?>
|