Slightly improved help text.

This commit is contained in:
James Cole
2020-03-11 07:31:37 +01:00
parent c1654f1d04
commit 9e9b55da8e
2 changed files with 3 additions and 2 deletions

View File

@@ -1104,7 +1104,8 @@ return [
'errors' => 'Errors',
'debt_start_date' => 'Start date of debt',
'debt_start_amount' => 'Start amount of debt',
'debt_start_amount_help' => 'If you owe an amount its best to enter a negative amount, because it influences your net worth. If you\'re owed an amount the same applies. Check out the help pages for more information.',
'debt_start_amount_help' => 'It\'s always best to set this value to a negative amount. Read the help pages (top right (?)-icon) for more information.',
'interest_period_help' => 'This field is purely cosmetic and won\'t be calculated for you. As it turns out banks are very sneaky so Firefly III never gets it right.',
'store_new_liabilities_account' => 'Store new liability',
'edit_liabilities_account' => 'Edit liability ":name"',

View File

@@ -30,7 +30,7 @@
{{ ExpandedForm.amountNoCurrency('opening_balance', null, {label:'debt_start_amount'|_, helpText: 'debt_start_amount_help'|_}) }}
{{ ExpandedForm.date('opening_balance_date', null, {label:'debt_start_date'|_}) }}
{{ ExpandedForm.percentage('interest') }}
{{ ExpandedForm.select('interest_period', interestPeriods) }}
{{ ExpandedForm.select('interest_period', interestPeriods, null, {helpText: 'interest_period_help'|_}) }}
{% endif %}
</div>
</div>