Skip to content

Commit

Permalink
Update Inspection.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Jun 28, 2024
1 parent 3cca4f1 commit 595b18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/Inspection.php
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ public function emailsend($inspid=null) {
$insp = $inspections[0];
$message = "Γειά σας,<br/>";
$message .= "Η επιθεώρηση σας έχει ολοκληρωθεί με επιτυχία.<br/>";
$message .= "Παρακαλώ ελέγξτε τα αρχεία που σας στείλαμε.<br/>";
$message .= "Παρακαλώ ελέγξτε το συνημμένο αρχείο.<br/>";
$message .= "Αν προκύψει οποιαδήποτε διευκρίνηση ή απορία είμαστε στην διάθεση σας.<br/>";
$message .= "<br/>";
$message .= "<br/>";
Expand Down

0 comments on commit 595b18f

Please sign in to comment.