diff options
author | Saketh1499 | 2021-03-12 14:27:37 +0530 |
---|---|---|
committer | Saketh1499 | 2021-03-12 14:27:37 +0530 |
commit | f48d6642962d51f64c9a2ea5a717b2242dba4711 (patch) | |
tree | dfd97ed6d5f5dc32a8c570201bac16f59eb5c86a /pdf/cert_new.inc | |
parent | 342efc7a30172756e5fb2fe420bf93e5268d600c (diff) | |
download | dwsim_custom_model-f48d6642962d51f64c9a2ea5a717b2242dba4711.tar.gz dwsim_custom_model-f48d6642962d51f64c9a2ea5a717b2242dba4711.tar.bz2 dwsim_custom_model-f48d6642962d51f64c9a2ea5a717b2242dba4711.zip |
Update certificate content
Diffstat (limited to 'pdf/cert_new.inc')
-rwxr-xr-x | pdf/cert_new.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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); |