This commit is contained in:
James Cole 2018-05-26 07:58:36 +02:00
parent 039e3aa34c
commit b8bc8e2c47
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 4 additions and 0 deletions

View File

@ -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',

View File

@ -26,6 +26,9 @@
{{ ExpandedForm.text('bank_name') }}
{{ ExpandedForm.balance('bank_balance') }}
<p class="text-success">
{{ 'currency_not_present'|_ }}
</p>
<p>
{{ 'savings_balance_text'|_ }}