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;