mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #1413
This commit is contained in:
parent
039e3aa34c
commit
b8bc8e2c47
@ -820,6 +820,7 @@ return [
|
|||||||
'language' => 'Language',
|
'language' => 'Language',
|
||||||
'new_savings_account' => ':bank_name savings account',
|
'new_savings_account' => ':bank_name savings account',
|
||||||
'cash_wallet' => 'Cash wallet',
|
'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:
|
// home page:
|
||||||
'yourAccounts' => 'Your accounts',
|
'yourAccounts' => 'Your accounts',
|
||||||
|
@ -26,6 +26,9 @@
|
|||||||
{{ ExpandedForm.text('bank_name') }}
|
{{ ExpandedForm.text('bank_name') }}
|
||||||
{{ ExpandedForm.balance('bank_balance') }}
|
{{ ExpandedForm.balance('bank_balance') }}
|
||||||
|
|
||||||
|
<p class="text-success">
|
||||||
|
{{ 'currency_not_present'|_ }}
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
{{ 'savings_balance_text'|_ }}
|
{{ 'savings_balance_text'|_ }}
|
||||||
|
Loading…
Reference in New Issue
Block a user