Explorar el Código

Add missing translation catalogue

Thomas Rabaix hace 13 años
padre
commit
b9846aa683
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Resources/views/Block/block_admin_list.html.twig

+ 1 - 1
Resources/views/Block/block_admin_list.html.twig

@@ -16,7 +16,7 @@ file that was distributed with this source code.
         <table class="zebra-striped sonata-ba-list bordered-table">
             <thead>
                 <tr>
-                    <th colspan="3">{{ group.label|trans({}, 'SonataAdminBundle') }}</th>
+                    <th colspan="3">{{ group.label|trans({}, group.label_catalogue) }}</th>
                 </tr>
             </thead>