Browse Source

Merge pull request #382 from benji07/patch-2

Undefined variable field_description
Thomas 13 years ago
parent
commit
062167ee7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Resources/views/CRUD/base_show.html.twig

+ 1 - 1
Resources/views/CRUD/base_show.html.twig

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