From 43759ae4e3f111e426e25b76abec7185e0ff76e5 Mon Sep 17 00:00:00 2001
From: akshay9085
Date: Fri, 15 Dec 2023 10:25:12 +0530
Subject: change lab name
---
pdf/verify_lab_migration_certificates.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pdf/verify_lab_migration_certificates.inc b/pdf/verify_lab_migration_certificates.inc
index b26a85b..f4221b5 100755
--- a/pdf/verify_lab_migration_certificates.inc
+++ b/pdf/verify_lab_migration_certificates.inc
@@ -80,7 +80,7 @@ function verify_qrcode_lm_fromdb($qr_code)
//$page_content.="
Name | ";
//$page_content.="".$data2->name_title. ' '.$data2->name." |
";
$page_content .= "Project | ";
- $page_content .= "Scilab Lab Migration Project |
";
+ $page_content .= "CFD Lab Migration Project | ";
$page_content .= "Lab completed | ";
$page_content .= "" . $data2->lab_name . " |
";
$page_content .= "Department | ";
@@ -100,7 +100,7 @@ function verify_qrcode_lm_fromdb($qr_code)
//$page_content.="
Name | ";
//$page_content.="".$data2->name_title. ' '.$data2->name." |
";
$page_content .= "Project | ";
- $page_content .= "Scilab Lab Migration Project |
";
+ $page_content .= "CFD Lab Migration Project | ";
$page_content .= "Contributed to complete the lab | ";
$page_content .= "" . $data2->lab_name . " |
";
$page_content .= "Participant | ";
--
cgit