From 3c395ab93384909ea97f9870489101eb167e3f77 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 28 Apr 2021 09:57:10 +1000 Subject: [PATCH] updated texts --- resources/lang/en/texts.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 45374df2fb..6a6734e407 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -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;