Skip to content

Commit

Permalink
Merge pull request #5589 from turbo124/develop
Browse files Browse the repository at this point in the history
Code of conduct
  • Loading branch information
turbo124 committed May 3, 2021
2 parents c251127 + 84abe28 commit a87b223
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CODE_OF_CONDUCT.md
@@ -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.

12 changes: 6 additions & 6 deletions resources/lang/en/texts.php
Expand Up @@ -4274,12 +4274,12 @@
'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;
Expand Down

0 comments on commit a87b223

Please sign in to comment.