invoiceninja/lang/en/t.php
2022-06-21 09:58:15 +00:00

7 lines
79 B
PHP

<?php
$lang = [
'client_settings' => 'Client Settings',
];
return $lang;