diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php
index 4e9bbd7489..8cf4926762 100644
--- a/resources/lang/de_DE/firefly.php
+++ b/resources/lang/de_DE/firefly.php
@@ -72,6 +72,8 @@ return [
'destination_accounts' => 'Zielkonto',
'user_id_is' => 'Your user id is :user',
'field_supports_markdown' => 'This field supports Markdown.',
+ 'need_more_help' => 'If you need more help using Firefly III, please open a ticker on Github.',
+
// repeat frequencies:
'repeat_freq_yearly' => 'yearly',
diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php
index 1aa1d2cd30..28bf101183 100644
--- a/resources/lang/fr_FR/firefly.php
+++ b/resources/lang/fr_FR/firefly.php
@@ -72,6 +72,8 @@ return [
'destination_accounts' => 'Compte(s) de destination',
'user_id_is' => 'Your user id is :user',
'field_supports_markdown' => 'This field supports Markdown.',
+ 'need_more_help' => 'If you need more help using Firefly III, please open a ticker on Github.',
+
// repeat frequencies:
'repeat_freq_yearly' => 'yearly',
diff --git a/resources/lang/hr_HR/firefly.php b/resources/lang/hr_HR/firefly.php
index 7b14be178c..dd5185dcf0 100644
--- a/resources/lang/hr_HR/firefly.php
+++ b/resources/lang/hr_HR/firefly.php
@@ -72,6 +72,8 @@ return [
'destination_accounts' => 'Destination account(s)',
'user_id_is' => 'Your user id is :user',
'field_supports_markdown' => 'This field supports Markdown.',
+ 'need_more_help' => 'If you need more help using Firefly III, please open a ticker on Github.',
+
// repeat frequencies:
'repeat_freq_yearly' => 'yearly',
diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php
index 6bdfcbe186..8652135622 100644
--- a/resources/lang/nl_NL/firefly.php
+++ b/resources/lang/nl_NL/firefly.php
@@ -72,6 +72,8 @@ 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 ticker on Github.',
+
// repeat frequencies:
'repeat_freq_yearly' => 'jaarlijks',
diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php
index 4c35a1f9b4..f248a116ca 100644
--- a/resources/lang/pt_BR/firefly.php
+++ b/resources/lang/pt_BR/firefly.php
@@ -72,6 +72,8 @@ return [
'destination_accounts' => 'Conta(s) de destino',
'user_id_is' => 'Your user id is :user',
'field_supports_markdown' => 'This field supports Markdown.',
+ 'need_more_help' => 'If you need more help using Firefly III, please open a ticker on Github.',
+
// repeat frequencies:
'repeat_freq_yearly' => 'yearly',
diff --git a/resources/lang/zh_HK/firefly.php b/resources/lang/zh_HK/firefly.php
index 7b14be178c..dd5185dcf0 100644
--- a/resources/lang/zh_HK/firefly.php
+++ b/resources/lang/zh_HK/firefly.php
@@ -72,6 +72,8 @@ return [
'destination_accounts' => 'Destination account(s)',
'user_id_is' => 'Your user id is :user',
'field_supports_markdown' => 'This field supports Markdown.',
+ 'need_more_help' => 'If you need more help using Firefly III, please open a ticker on Github.',
+
// repeat frequencies:
'repeat_freq_yearly' => 'yearly',
diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php
index 7f15e68f64..984d24544a 100644
--- a/resources/lang/zh_TW/firefly.php
+++ b/resources/lang/zh_TW/firefly.php
@@ -72,6 +72,8 @@ return [
'destination_accounts' => '目標帳戶',
'user_id_is' => 'Your user id is :user',
'field_supports_markdown' => 'This field supports Markdown.',
+ 'need_more_help' => 'If you need more help using Firefly III, please open a ticker on Github.',
+
// repeat frequencies:
'repeat_freq_yearly' => 'yearly',