diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 35cf2184d8..bd4b5d4bd1 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -820,6 +820,7 @@ return [ 'language' => 'Language', 'new_savings_account' => ':bank_name savings account', 'cash_wallet' => 'Cash wallet', + 'currency_not_present' => 'If the currency you normally use is not listed do not worry. You can create your own currencies under Options > Currencies.', // home page: 'yourAccounts' => 'Your accounts', diff --git a/resources/views/new-user/index.twig b/resources/views/new-user/index.twig index 3f7022e34a..9b5dbbcd6d 100644 --- a/resources/views/new-user/index.twig +++ b/resources/views/new-user/index.twig @@ -26,6 +26,9 @@ {{ ExpandedForm.text('bank_name') }} {{ ExpandedForm.balance('bank_balance') }} +
+ {{ 'currency_not_present'|_ }} +
{{ 'savings_balance_text'|_ }}