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