Fix for 'quote_subject' variable name

This commit is contained in:
Hillel Coren 2017-01-15 11:50:12 +02:00
parent 05b0fbc089
commit 923bea823e

View File

@ -337,7 +337,7 @@ $LANG = array(
'deleted_quote' => 'Successfully deleted quote', 'deleted_quote' => 'Successfully deleted quote',
'deleted_quotes' => 'Successfully deleted :count quotes', 'deleted_quotes' => 'Successfully deleted :count quotes',
'converted_to_invoice' => 'Successfully converted quote to invoice', '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_message' => 'To view your quote for :amount, click the link below.',
'quote_link_message' => 'To view your client quote 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', 'notification_quote_sent_subject' => 'Quote :invoice was sent to :client',