This commit is contained in:
James Cole 2019-01-27 16:43:43 +01:00
parent 7e1d430003
commit 74ff17da7e

View File

@ -34,7 +34,7 @@
<h3 class="box-title">{{ 'optionalFields'|_ }}</h3>
</div>
<div class="box-body">
{{ ExpandedForm.textarea('description', null, {helpText: trans('firefly.field_supports_markdown')}) }}
{{ ExpandedForm.textarea('description', rule.description, {helpText: trans('firefly.field_supports_markdown')}) }}
</div>
</div>
</div>