From dcdc63679c0072855e30e0742ba2a227af9a6e5c Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Thu, 24 Feb 2022 08:32:58 +0100 Subject: [PATCH] fix language for options in tables Signed-off-by: Michael Kaufmann --- lib/Froxlor/UI/Listing.php | 2 +- lng/english.lng.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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