fix language for options in tables
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -48,7 +48,7 @@ class Listing
|
|||||||
|
|
||||||
// Table headings for actions
|
// Table headings for actions
|
||||||
if (isset($tabellisting['actions'])) {
|
if (isset($tabellisting['actions'])) {
|
||||||
$heading[] = UI::getLng('panel.actions');
|
$heading[] = UI::getLng('panel.options');
|
||||||
}
|
}
|
||||||
|
|
||||||
return $heading;
|
return $heading;
|
||||||
|
|||||||
@@ -2142,4 +2142,3 @@ $lng['serversettings']['acmeshpath']['description'] = 'Set this to where acme.sh
|
|||||||
|
|
||||||
$lng['panel']['usage_statistics'] = 'Resource usage';
|
$lng['panel']['usage_statistics'] = 'Resource usage';
|
||||||
$lng['panel']['security_question'] = 'Security question';
|
$lng['panel']['security_question'] = 'Security question';
|
||||||
$lng['panel']['actions'] = 'Actions';
|
|
||||||
Reference in New Issue
Block a user