Skip to content

Commit 87561b6

Browse files
committed
Language: Minor: Fix language variable to use existing one - refs BT#21957
1 parent 27a09ec commit 87561b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/main/admin/statistics/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@
768768

769769
$table->actionButtons = [
770770
'export' => [
771-
'label' => get_lang('Export As XLS'),
771+
'label' => get_lang('Export to XLS'),
772772
'icon' => Display::getMdiIcon(ActionIcon::EXPORT_SPREADSHEET,'ch-tool-icon'),
773773
],
774774
];

0 commit comments

Comments
 (0)