Language: Minor: Fix language variable to use existing one - refs BT#21957

pull/5793/head
NicoDucou 1 year ago
parent 27a09ec7e9
commit 87561b6534
  1. 2
      public/main/admin/statistics/index.php

@ -768,7 +768,7 @@ switch ($report) {
$table->actionButtons = [
'export' => [
'label' => get_lang('Export As XLS'),
'label' => get_lang('Export to XLS'),
'icon' => Display::getMdiIcon(ActionIcon::EXPORT_SPREADSHEET,'ch-tool-icon'),
],
];

Loading…
Cancel
Save