bump :)
Hi!
Normally the German language files should translate this word. If it does not work on you website add this code to the child theme functions.php file (or enfold/functions.php). I recommend to insert the code at the very bottom.
add_filter('avf_toggle_sort_first_label','avia_change_toggle_label', 10, 2);
function avia_change_toggle_label($all, $params)
{
$all = "Alle";
return $all;
}
Cheers!
Peter