From f48d6642962d51f64c9a2ea5a717b2242dba4711 Mon Sep 17 00:00:00 2001 From: Saketh1499 Date: Fri, 12 Mar 2021 14:27:37 +0530 Subject: Update certificate content --- pdf/cert_new.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pdf/cert_new.inc') diff --git a/pdf/cert_new.inc b/pdf/cert_new.inc index 32321e2..572e7ef 100755 --- a/pdf/cert_new.inc +++ b/pdf/cert_new.inc @@ -63,7 +63,7 @@ function generate_pdf() $pdf->SetTextColor(0, 0, 0); $pdf->MultiCell(240, 8, 'from ' . utf8_decode($data3->university) . ' has successfully', '0','C'); $pdf->Ln(0); - $pdf->Cell(240, 8, 'completed Internship under DWSIM Custom Model Project.', '0', '1', 'C'); + $pdf->Cell(240, 8, 'completed Internship under DWSIM Custom Modeling Project.', '0', '1', 'C'); $pdf->Ln(0); $pdf->Cell(240, 8, 'He/she has created a Custom Model titled ', '0', '1', 'C'); $pdf->Ln(0); -- cgit