Преглед на файлове

removed translation domain

Konstantin Potemichev преди 13 години
родител
ревизия
013faadd64
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Resources/views/CRUD/edit_orm_one_to_many.html.twig

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

@@ -28,7 +28,7 @@ file that was distributed with this source code.
                                             {% if nested_field.get('sonata_admin').field_description.options.name is defined %}
                                                 <th>{{ nested_field.get('sonata_admin').field_description.options.name }}</th>
                                             {% else %}
-                                                <th>{{ field_name|trans({},'SonataAdminBundle') }}</th>
+                                                <th>{{ field_name|trans }}</th>
                                             {% endif %}                                         
                                         {% endif %}
                                     {% endfor %}