fix language for options in tables

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-02-24 08:32:58 +01:00
parent 92ba16aa7f
commit dcdc63679c
2 changed files with 1 additions and 2 deletions

View File

@@ -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;

View File

@@ -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';