瀏覽代碼

Add missing translation catalogue

Thomas Rabaix 13 年之前
父節點
當前提交
b9846aa683
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>