Rename field to "notes"

This commit is contained in:
James Cole
2018-08-07 19:28:46 +02:00
parent 201bc7db53
commit f494ba7065
5 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@
</div>
<div class="box-body">
{{ ExpandedForm.date('targetdate') }}
{{ ExpandedForm.textarea('note', null, {helpText: trans('firefly.field_supports_markdown')} ) }}
{{ ExpandedForm.textarea('notes', null, {helpText: trans('firefly.field_supports_markdown')} ) }}
</div>
</div>