From 923bea823e7d7cf6a51798e13587f1641071be5b Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 15 Jan 2017 11:50:12 +0200 Subject: [PATCH] Fix for 'quote_subject' variable name --- resources/lang/en/texts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 999e2f523c41..ed7013b2b25a 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -337,7 +337,7 @@ $LANG = array( 'deleted_quote' => 'Successfully deleted quote', 'deleted_quotes' => 'Successfully deleted :count quotes', 'converted_to_invoice' => 'Successfully converted quote to invoice', - 'quote_subject' => 'New quote $quote from :account', + 'quote_subject' => 'New quote :quote from :account', 'quote_message' => 'To view your quote for :amount, click the link below.', 'quote_link_message' => 'To view your client quote click the link below:', 'notification_quote_sent_subject' => 'Quote :invoice was sent to :client',