From e70f1fea5dc02c7a53134f924b5b76e377cdbc07 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Fri, 1 Dec 2017 11:22:43 +0200 Subject: [PATCH] Fix nl translation --- resources/lang/nl/texts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/nl/texts.php b/resources/lang/nl/texts.php index 44c355339469..78d066e15655 100644 --- a/resources/lang/nl/texts.php +++ b/resources/lang/nl/texts.php @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'InvoiceNinja Accountbevestiging', 'confirmation_header' => 'Bevestiging Account', 'confirmation_message' => 'Klik op onderstaande link om uw account te bevestigen.', - 'invoice_subject' => 'Nieuwe Factuur :nummer van :account', + 'invoice_subject' => 'Nieuwe Factuur :number van :account', 'invoice_message' => 'Klik op onderstaande link ow uw factuur van :amount in te zien.', 'payment_subject' => 'Betaling ontvangen', 'payment_message' => 'Bedankt voor uw betaling van :amount.',