1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Update texts.php

This commit is contained in:
Benjamin Beganović 2021-02-17 11:42:17 +01:00 committed by GitHub
parent 87eb98ca20
commit 66117cd456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4154,6 +4154,7 @@ $LANG = array(
'recurring_cancellation_request_body' => ':contact from Client :client requested to cancel Recurring Invoice :invoice',
'hello' => 'Hello',
'group_documents' => 'Group documents',
'quote_approval_confirmation_label' => 'Are you sure you want to approve this quote?',
);
return $LANG;