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-16 13:34:05 +01:00 committed by GitHub
parent ad77c7a38a
commit 9b81f3250a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4142,6 +4142,9 @@ $LANG = array(
'start_migration' => 'Start Migration',
'recurring_cancellation_request' => 'Request for recurring invoice cancellation from :contact',
'recurring_cancellation_request_body' => ':contact from Client :client requested to cancel Recurring Invoice :invoice',
'hello' => 'Hello',
'group_documents' => 'Group documents',
);
return $LANG;