diff --git a/web/app/templates/corpora/corpus.html.j2 b/web/app/templates/corpora/corpus.html.j2
index 7c1d573062c58952ba17072a6e515359e8daf064..778a1e8866cf76f9c6013ed22653424169de9373 100644
--- a/web/app/templates/corpora/corpus.html.j2
+++ b/web/app/templates/corpora/corpus.html.j2
@@ -105,7 +105,7 @@
                 <th class="sort" data-sort="author">Author</th>
                 <th class="sort" data-sort="title">Title</th>
                 <th class="sort" data-sort="publishing-year">Publishing year</th>
-                <th>Actions</th>
+                <th></th>
               </tr>
             </thead>
             <tbody class="list"></tbody>
diff --git a/web/app/templates/jobs/job.html.j2 b/web/app/templates/jobs/job.html.j2
index d982c030370a56b52de9d0db93bb9a4733574bd1..a6adf30b0abf76978b4986fb0c3c83d22202c86c 100644
--- a/web/app/templates/jobs/job.html.j2
+++ b/web/app/templates/jobs/job.html.j2
@@ -138,7 +138,7 @@
                 <thead>
                   <tr>
                     <th class="sort" data-sort="filename">Filename</th>
-                    <th>Actions</th>
+                    <th></th>
                   </tr>
                 </thead>
                 <tbody class="list"></tbody>
@@ -164,7 +164,7 @@
                   <tr>
                     <th>Description</th>
                     <th>Filename</th>
-                    <th>Actions</th>
+                    <th></th>
                   </tr>
                 </thead>
                 <tbody class="list"></tbody>