diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php
index d1643ac89f..133343784a 100644
--- a/resources/lang/nl_NL/firefly.php
+++ b/resources/lang/nl_NL/firefly.php
@@ -84,7 +84,7 @@ return [
'destination_accounts' => 'Doelrekening(en)',
'user_id_is' => 'Je gebruikersnummer is :user',
'field_supports_markdown' => 'Dit veld ondersteunt Markdown.',
- 'need_more_help' => 'If you need more help using Firefly III, please open a ticket on Github.',
+ 'need_more_help' => 'Als je meer hulp nodig hebt met Firefly III, open dan een ticket op Github.',
'nothing_to_display' => 'Er zijn hier geen transacties te zien',
'show_all_no_filter' => 'Laat alle transacties zien, zonder te groeperen op datum.',
'expenses_by_category' => 'Uitgaven per categorie',
diff --git a/resources/lang/nl_NL/validation.php b/resources/lang/nl_NL/validation.php
index 6ddaad4ec1..a32fb3024c 100644
--- a/resources/lang/nl_NL/validation.php
+++ b/resources/lang/nl_NL/validation.php
@@ -85,5 +85,5 @@ return [
'file' => ':attribute moet een bestand zijn.',
'in_array' => 'Het :attribute veld bestaat niet in :other.',
'present' => 'Het :attribute veld moet aanwezig zijn.',
- 'amount_zero' => 'The total amount cannot be zero',
+ 'amount_zero' => 'Het totaalbedrag kan niet nul zijn',
];
\ No newline at end of file