diff --git a/static/templates/js.st b/static/templates/js.st
index c23546b..04478f3 100644
--- a/static/templates/js.st
+++ b/static/templates/js.st
@@ -70,7 +70,7 @@ function showListOfEditableLists(data){
let list = $(this).attr('name');
if (confirm("This will "+action+" '"+list+"'. Are you sure?")) self[action+'List'](list);
});
- $('').text('Actions').appendTo(select);
+ $('').text('Aktionen').appendTo(select);
['enable','disable','drop','hide','show','test'].forEach(val => $('',{value:val}).text(val).appendTo(select));
select.appendTo($('
')).appendTo(row);
@@ -100,8 +100,8 @@ function showListList(data){
$('