Undefined variable field_description
@@ -34,7 +34,7 @@ file that was distributed with this source code.
{% if name %}
<tr class="sonata-ba-view-title">
<td colspan="2">
- {{ admin.trans(field_description.label) }}
+ {{ admin.trans(name) }}
</td>
</tr>
{% endif %}