From a2e3024afc43fea31222a35cfc4d757be41fc2f0 Mon Sep 17 00:00:00 2001
From: Sashi20
Date: Thu, 19 Mar 2020 16:09:32 +0530
Subject: Add mentor certificate
---
pdf/verify_certificates.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'pdf/verify_certificates.inc')
diff --git a/pdf/verify_certificates.inc b/pdf/verify_certificates.inc
index 562e290..4e5473c 100755
--- a/pdf/verify_certificates.inc
+++ b/pdf/verify_certificates.inc
@@ -86,8 +86,8 @@ function verify_qrcode_fromdb($qr_code)
$page_content .= "
Participation Details
Name | ";
$page_content .= "" . $data3->contributor_name . " |
";
$page_content .= "Project | ";
- $page_content .= "OpenModelica pssping Project |
";
- $page_content .= "OpenModelica pssping completed | ";
+ $page_content .= "OpenModelica Power System Simulation Project |
";
+ $page_content .= "OpenModelica Power System Simulation completed | ";
$page_content .= "" . $data3->project_title . " |
";
$page_content .= "Project Guide | ";
$page_content .= "" . $data3->project_guide_name . " |
";
@@ -98,8 +98,8 @@ function verify_qrcode_fromdb($qr_code)
$page_content .= "Participation Details
Name | ";
$page_content .= "" . $data3->contributor_name . " |
";
$page_content .= "Project | ";
- $page_content .= "OpenModelica pssping Project |
";
- $page_content .= "OpenModelica pssping completed | ";
+ $page_content .= "OpenModelica Power System Simulation Project |
";
+ $page_content .= "OpenModelica Power System Simulation completed | ";
$page_content .= "" . $data3->project_title . " |
";
$page_content .= "
";
}
--
cgit