diff options
Diffstat (limited to 'pdf/verify_certificates.inc')
-rwxr-xr-x | pdf/verify_certificates.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf/verify_certificates.inc b/pdf/verify_certificates.inc index 600c66b..95ad640 100755 --- a/pdf/verify_certificates.inc +++ b/pdf/verify_certificates.inc @@ -82,7 +82,7 @@ function verify_qrcode_fromdb($qr_code) $page_content .= "<h4>Participation Details</h4><table><tr><td>Name</td>"; $page_content .= "<td>" . $data3->contributor_name . "</td></tr>"; $page_content .= "<tr><td>Project</td>"; - $page_content .= "<td>R Case Study Project</td></tr>"; + $page_content .= "<td>DWSIM Custom Model Project</td></tr>"; $page_content .= "<tr><td>Custom Model completed</td>"; $page_content .= "<td>" . $data3->project_title . "</td></tr>"; $page_content .= "<tr><td>Project Guide</td>"; @@ -94,7 +94,7 @@ function verify_qrcode_fromdb($qr_code) $page_content .= "<h4>Participation Details</h4><table><tr><td>Name</td>"; $page_content .= "<td>" . $data3->contributor_name . "</td></tr>"; $page_content .= "<tr><td>Project</td>"; - $page_content .= "<td>R Case Study Project</td></tr>"; + $page_content .= "<td>DWSIM Custom Model Project</td></tr>"; $page_content .= "<tr><td>Custom Model completed</td>"; $page_content .= "<td>" . $data3->project_title . "</td></tr>"; $page_content .= "</table>"; |