Browse Source

Add missing translation catalogue

Thomas Rabaix 13 years ago
parent
commit
b9846aa683
1 changed files with 1 additions and 1 deletions
  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>