pjc 5 years ago
parent
commit
477fe2a3d8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sections/requests/new_edit.php

+ 1
- 1
sections/requests/new_edit.php View File

@@ -239,7 +239,7 @@ View::show_header(($NewRequest ? 'Create a request' : 'Edit a request'), 'bbcode
239 239
         </tr>
240 240
 <?  } elseif (!empty($GroupID) && ($CategoryID != 5) && ($CategoryID != 0)) { ?>
241 241
         <tr>
242
-          <td class="label">Torrent group</td>
242
+          <td class="label">Torrent Group</td>
243 243
           <td>
244 244
             <a href="torrents.php?id=<?=$GroupID?>"><?=site_url()?>torrents.php?id=<?=$GroupID?></a><br />
245 245
             This request <?=($NewRequest ? 'will be' : 'is')?> associated with the above torrent group.

Loading…
Cancel
Save