diff options
Diffstat (limited to 'classes')
-rw-r--r-- | classes/Correspondence.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/Correspondence.php b/classes/Correspondence.php index 3a9996d..1c965df 100644 --- a/classes/Correspondence.php +++ b/classes/Correspondence.php @@ -110,8 +110,8 @@ class Correspondence extends FPDF { 'en' => 'Your invoice', 'nl' => 'Uw factuur'], 'mail-offer' => [ - 'en' => "Dear {{getContact-name}},\r\n\r\nPlease find attached your invoice. You can either pay by bank transfer, as indicated on the invoice, or using Paypal or a credit card on {{getPaymentUrl}}.\r\n\r\nThank you in advance,\r\n\r\n{{{invoice_name}}}", - 'nl' => "Beste {{getContact-name}},\r\n\r\nBijgevoegd vindt u uw factuur. U kunt per bankoverschrijving betalen, zoals aangegeven op de factuur, of met Paypal of een credit card op {{getPaymentUrl}}.\r\n\r\nAlvast hartelijk dank,\r\n\r\n{{{invoice_name}}}"], + 'en' => "Dear {{getContact-name}},\r\n\r\nPlease find attached your invoice. You can either pay by bank transfer, as indicated on the invoice, or using a credit card on {{getPaymentUrl}}.\r\n\r\nThank you in advance,\r\n\r\n{{{invoice_name}}}", + 'nl' => "Beste {{getContact-name}},\r\n\r\nBijgevoegd vindt u uw factuur. U kunt per bankoverschrijving betalen, zoals aangegeven op de factuur, of met een credit card op {{getPaymentUrl}}.\r\n\r\nAlvast hartelijk dank,\r\n\r\n{{{invoice_name}}}"], 'mail-offer-paid-subject' => [ 'en' => 'Your invoice has been paid', 'nl' => 'Uw factuur is betaald'], |