diff --git a/entries/static/entries/js/components/Entries.js b/entries/static/entries/js/components/Entries.js
index c3f846cc19a045c7b6ba67ee04347402c821e0be..159e35213d4357f4f66cd2c9a01a95a388bd47c8 100644
--- a/entries/static/entries/js/components/Entries.js
+++ b/entries/static/entries/js/components/Entries.js
@@ -46,18 +46,18 @@ export default {
             :initialIsEdit="isEdit" />
         </div>
         <div class="col w-100 p-0 tab-pane" id="examples">
-            <table id="unmatched-examples" class="table table-sm table-hover">
-            <thead>
-                <tr>
-                    <th scope="col">{{ gettext("Przykład") }}</th>
-                    <th scope="col">{{ gettext("Źródło") }}</th>
-                    <th scope="col">{{ gettext("Opinia") }}</th>
-                </tr>
-            </thead>
-            <tbody id="unmatched-examples-list">
-            </tbody>
+            <table id="semantics-examples" class="table table-sm table-hover">
+                <thead>
+                    <tr>
+                        <th scope="col">{{ gettext("Przykład") }}<i id="examples-argument"></i><i id="examples-lu"></i><i id="examples-schema"></i></th>
+                        <th scope="col">{{ gettext("Źródło") }}</th>
+                        <th scope="col">{{ gettext("Opinia") }}</th>
+                    </tr>
+                </thead>
+                <tbody id="semantics-examples-list">
+                </tbody>
             </table>
-          <p class="mx-1 my-1" id="unmatched-no-examples">{{ gettext("Brak przykładów") }}</p>
+            <p class="mx-1 my-1" id="semantics-no-examples">{% trans "Brak przykładów" %}</p>
         </div>
       </div>
     </div>