diff --git a/lib/Froxlor/UI/Listing.php b/lib/Froxlor/UI/Listing.php index 60994037..73de5d68 100644 --- a/lib/Froxlor/UI/Listing.php +++ b/lib/Froxlor/UI/Listing.php @@ -48,7 +48,7 @@ class Listing // Table headings for actions if (isset($tabellisting['actions'])) { - $heading[] = UI::getLng('panel.actions'); + $heading[] = UI::getLng('panel.options'); } return $heading; diff --git a/lng/english.lng.php b/lng/english.lng.php index 0cac2f3f..09d44e87 100644 --- a/lng/english.lng.php +++ b/lng/english.lng.php @@ -2142,4 +2142,3 @@ $lng['serversettings']['acmeshpath']['description'] = 'Set this to where acme.sh $lng['panel']['usage_statistics'] = 'Resource usage'; $lng['panel']['security_question'] = 'Security question'; -$lng['panel']['actions'] = 'Actions'; \ No newline at end of file