diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php
index 58f2d5f623..03a1d8b5c3 100644
--- a/resources/lang/de_DE/firefly.php
+++ b/resources/lang/de_DE/firefly.php
@@ -86,6 +86,7 @@ return [
'field_supports_markdown' => 'This field supports Markdown.',
'need_more_help' => 'If you need more help using Firefly III, please open a ticker on Github.',
'nothing_to_display' => 'There are no transactions to show you',
+ 'show_all_no_filter' => 'Show all transactions without grouping them by date.',
// repeat frequencies:
'repeat_freq_yearly' => 'Jährlich',
diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php
index 98b3bd4192..770c3ad16d 100644
--- a/resources/lang/fr_FR/firefly.php
+++ b/resources/lang/fr_FR/firefly.php
@@ -86,6 +86,7 @@ return [
'field_supports_markdown' => 'This field supports Markdown.',
'need_more_help' => 'If you need more help using Firefly III, please open a ticker on Github.',
'nothing_to_display' => 'There are no transactions to show you',
+ 'show_all_no_filter' => 'Show all transactions without grouping them by date.',
// repeat frequencies:
'repeat_freq_yearly' => 'yearly',
diff --git a/resources/lang/hr_HR/firefly.php b/resources/lang/hr_HR/firefly.php
index 91ef1901c6..f841510701 100644
--- a/resources/lang/hr_HR/firefly.php
+++ b/resources/lang/hr_HR/firefly.php
@@ -86,6 +86,7 @@ return [
'field_supports_markdown' => 'This field supports Markdown.',
'need_more_help' => 'If you need more help using Firefly III, please open a ticker on Github.',
'nothing_to_display' => 'There are no transactions to show you',
+ 'show_all_no_filter' => 'Show all transactions without grouping them by date.',
// repeat frequencies:
'repeat_freq_yearly' => 'yearly',
diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php
index cfae43ebf5..9de1b706a2 100644
--- a/resources/lang/nl_NL/firefly.php
+++ b/resources/lang/nl_NL/firefly.php
@@ -86,6 +86,7 @@ return [
'field_supports_markdown' => 'Dit veld ondersteunt Markdown.',
'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' => 'Show all transactions without grouping them by date.',
// repeat frequencies:
'repeat_freq_yearly' => 'jaarlijks',
diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php
index bc03093c77..3bee0479f1 100644
--- a/resources/lang/pt_BR/firefly.php
+++ b/resources/lang/pt_BR/firefly.php
@@ -86,6 +86,7 @@ return [
'field_supports_markdown' => 'This field supports Markdown.',
'need_more_help' => 'If you need more help using Firefly III, please open a ticker on Github.',
'nothing_to_display' => 'There are no transactions to show you',
+ 'show_all_no_filter' => 'Show all transactions without grouping them by date.',
// repeat frequencies:
'repeat_freq_yearly' => 'yearly',
diff --git a/resources/lang/zh_HK/firefly.php b/resources/lang/zh_HK/firefly.php
index 91ef1901c6..f841510701 100644
--- a/resources/lang/zh_HK/firefly.php
+++ b/resources/lang/zh_HK/firefly.php
@@ -86,6 +86,7 @@ return [
'field_supports_markdown' => 'This field supports Markdown.',
'need_more_help' => 'If you need more help using Firefly III, please open a ticker on Github.',
'nothing_to_display' => 'There are no transactions to show you',
+ 'show_all_no_filter' => 'Show all transactions without grouping them by date.',
// repeat frequencies:
'repeat_freq_yearly' => 'yearly',
diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php
index 40f75df42c..89e787c774 100644
--- a/resources/lang/zh_TW/firefly.php
+++ b/resources/lang/zh_TW/firefly.php
@@ -86,6 +86,7 @@ return [
'field_supports_markdown' => 'This field supports Markdown.',
'need_more_help' => 'If you need more help using Firefly III, please open a ticker on Github.',
'nothing_to_display' => 'There are no transactions to show you',
+ 'show_all_no_filter' => 'Show all transactions without grouping them by date.',
// repeat frequencies:
'repeat_freq_yearly' => 'yearly',