Explorar o código

Merge pull request #483 from EmmanuelVella/patch-1

Update show template label translation
Thomas %!s(int64=13) %!d(string=hai) anos
pai
achega
ac33642289
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Resources/views/CRUD/base_show_field.html.twig

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

@@ -9,5 +9,5 @@ file that was distributed with this source code.
 
 #}
 
-<th>{% block name %}{{ field_description.name }}{% endblock %}</th>
+<th>{% block name %}{{ admin.trans(field_description.label) }}{% endblock %}</th>
 <td>{% block field %}{{ value }}{% endblock %}</td>