From 1a23efb59a64b2d64186938ec6092c97cd7547e8 Mon Sep 17 00:00:00 2001
From: Saketh1499
Date: Tue, 2 Mar 2021 11:46:14 +0530
Subject: Update certificate verify table
---
pdf/verify_certificates.inc | 4 ++--
1 file 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 .= "
Participation Details
Name | ";
$page_content .= "" . $data3->contributor_name . " |
";
$page_content .= "Project | ";
- $page_content .= "R Case Study Project |
";
+ $page_content .= "DWSIM Custom Model Project | ";
$page_content .= "Custom Model completed | ";
$page_content .= "" . $data3->project_title . " |
";
$page_content .= "Project Guide | ";
@@ -94,7 +94,7 @@ function verify_qrcode_fromdb($qr_code)
$page_content .= "Participation Details
Name | ";
$page_content .= "" . $data3->contributor_name . " |
";
$page_content .= "Project | ";
- $page_content .= "R Case Study Project |
";
+ $page_content .= "DWSIM Custom Model Project | ";
$page_content .= "Custom Model completed | ";
$page_content .= "" . $data3->project_title . " |
";
$page_content .= "
";
--
cgit