From cea16730580d85a39c58b00a4920c9350202c946 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 18 Sep 2017 14:40:07 +0200 Subject: [PATCH] New translations list.php (Dutch) --- resources/lang/nl_NL/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/nl_NL/list.php b/resources/lang/nl_NL/list.php index 772475535a..90c3695b3b 100644 --- a/resources/lang/nl_NL/list.php +++ b/resources/lang/nl_NL/list.php @@ -82,6 +82,6 @@ return [ 'inward' => 'Binnenwaartse beschrijving', 'outward' => 'Buitenwaartse beschrijving', 'number_of_transactions' => 'Aantal transacties', - 'total_amount' => 'Total amount', + 'total_amount' => 'Totaalbedrag', ];