Change the label 'title' to 'title-ring_groups'

This commit is contained in:
markjcrane
2015-08-03 15:46:44 -06:00
parent 193137ffa6
commit cbbe4c2da7
4 changed files with 13 additions and 13 deletions

View File

@@ -49,7 +49,7 @@ require_once "resources/paging.php";
//show the content
echo "<table width='100%' cellpadding='0' cellspacing='0' border='0'>\n";
echo " <tr>\n";
echo " <td width='50%' align='left' nowrap='nowrap'><b>".$text['title']."</b></td>\n";
echo " <td width='50%' align='left' nowrap='nowrap'><b>".$text['title-ring_groups']."</b></td>\n";
echo " <td width='50%' align='right'>&nbsp;</td>\n";
echo " </tr>\n";
echo " <tr>\n";