Change 'Groups' to 'Newsgroups' in grouplist.php table header.

This commit is contained in:
Retro_Guy 2024-10-27 08:06:39 -07:00
parent a2bd90b9c2
commit d8b1892c93
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ ob_start();
echo '<table class="grouplist_table">';
echo '<tr>';
echo '<th class="grouplist_title_section_name">Section</th>';
echo '<th class="grouplist_title_newsgroup_name">Group</th>';
echo '<th class="grouplist_title_newsgroup_name">Newsgroup</th>';
echo '<th class="grouplist_title_newsgroup_desc">Description</th>';
echo '<th class="grouplist_title_newsgroup_artnum">Messages</th>';
echo '</tr>';