mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-11-20 12:53:28 -05:00
7 lines
52 B
PHP
7 lines
52 B
PHP
<?php
|
|
|
|
return [
|
|
'new_note' => 'New Note',
|
|
];
|
|
|
|
?>
|