Browse Source

Update show template label translation

Emmanuel Vella 13 năm trước cách đây
mục cha
commit
5777ada541
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>