1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Update lang file

This commit is contained in:
Hillel Coren 2019-08-20 22:04:49 +03:00
parent 3e3ac4989c
commit ac6284a94a

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;