From 665f1f470a4cd25067ec2f927031fd0c3c718731 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 19 Apr 2017 00:20:16 +0200 Subject: [PATCH] New translations firefly.php (German) --- resources/lang/de_DE/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index ed17904657..913b884ac7 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -115,7 +115,7 @@ return [ 'multi_select_no_selection' => 'Nichts ausgewählt', 'multi_select_all_selected' => 'Alle ausgewählt', 'multi_select_filter_placeholder' => 'Suche..', - 'between_dates_breadcrumb' => 'Between :start and :end', + 'between_dates_breadcrumb' => 'Zwischen :start und :end', 'all_journals_without_budget' => 'All transactions without a budget', 'journals_without_budget' => 'Transactions without a budget', 'all_journals_without_category' => 'All transactions without a category',