1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-18 23:42:25 +02:00

Update lang file

This commit is contained in:
Hillel Coren 2019-08-20 22:04:49 +03:00
parent 195074a4b0
commit c1fa41ee30

View File

@ -3177,6 +3177,8 @@ $LANG = array(
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
);
return $LANG;