Skip to content

Commit 09cc719

Browse files
committed
Fix menu item for ISPConfig log #6788
1 parent 82e0625 commit 09cc719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/monitor/lib/module.conf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
'link' => 'monitor/show_sys_state.php?state=system',
1717
'html_id' => 'system');
1818

19-
$items[] = array( 'title' => "System-Log",
19+
$items[] = array( 'title' => "ISPConfig Log",
2020
'target' => 'content',
2121
'link' => 'monitor/log_list.php',
2222
'html_id' => 'system_log');

0 commit comments

Comments
 (0)