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

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