mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for 'quote_subject' variable name
This commit is contained in:
parent
05b0fbc089
commit
923bea823e
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user