From 7d03a4f38f1b762114496b3aee37ccaf8049bb19 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Fri, 1 Dec 2017 11:22:19 +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.',