1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

Merge pull request #5589 from turbo124/develop

Code of conduct
This commit is contained in:
David Bomba 2021-05-03 21:25:37 +10:00 committed by GitHub
commit a87b2235b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 6 deletions

4
CODE_OF_CONDUCT.md Normal file
View File

@ -0,0 +1,4 @@
# Invoice Ninja Code of Conduct
The development team has invested a tremendous amount of time and energy into this project. While we appreciate that bugs can be frustrating we ask that our community refrain from insults and snide remarks. We're happy to provide support to both our hosted and selfhosted communities but ask that feedback is always polite.

View File

@ -4274,12 +4274,12 @@ $LANG = array(
'amount_greater_than_balance_v5' => 'The amount is greater than the invoice balance. You cannot overpay an invoice.',
'click_to_continue' => 'Click to continue',
'notification_invoice_sent_subject' => 'Invoice :invoice was created to :client',
'notification_invoice_viewed_subject' => 'Invoice :invoice was created for :client',
'notification_quote_sent_subject' => 'Quote :invoice was created to :client',
'notification_quote_viewed_subject' => 'Quote :invoice was created for :client',
'notification_credit_sent_subject' => 'Credit :invoice was created to :client',
'notification_credit_viewed_subject' => 'Credit :invoice was created for :client',
'notification_invoice_created_subject' => 'Invoice :invoice was created to :client',
'notification_invoice_created_subject' => 'Invoice :invoice was created for :client',
'notification_quote_created_subject' => 'Quote :invoice was created to :client',
'notification_quote_created_subject' => 'Quote :invoice was created for :client',
'notification_credit_created_subject' => 'Credit :invoice was created to :client',
'notification_credit_created_subject' => 'Credit :invoice was created for :client',
);
return $LANG;