Fix help text, courtesy of @weimdall

This commit is contained in:
James Cole
2020-11-01 06:58:19 +01:00
parent c8a87833c6
commit 53da61429a
2 changed files with 2 additions and 1 deletions

View File

@@ -87,7 +87,7 @@
</div>
<div class="box-body">
{{ ExpandedForm.select('cc_type',Config.get('firefly.ccTypes')) }}
{{ ExpandedForm.date('cc_monthly_payment_date',null,{'helpText' : 'Select any year and any month, it will be ignored anway. Only the day of the month is relevant.'}) }}
{{ ExpandedForm.date('cc_monthly_payment_date',null,{'helpText' : trans('firefly.cc_monthly_payment_date_help')}) }}
</div>
</div>
{% endif %}