From a60392017433f83803d8fbcef884cfca1a48544e Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Mon, 3 Feb 2025 08:53:42 +0000 Subject: [PATCH] spelling mistake --- app/Controllers/Inwardgateregister.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/Inwardgateregister.php b/app/Controllers/Inwardgateregister.php index f2305e53..485a6421 100755 --- a/app/Controllers/Inwardgateregister.php +++ b/app/Controllers/Inwardgateregister.php @@ -969,7 +969,7 @@ function viewIGRDetails() $field_name = $history[$j]->field; $readable_field = isset($field_labels[$field_name]) ? $field_labels[$field_name] : $field_name; - $history_content .= "
" . $readable_field . ": `" . $history[$j]->old_data . "` was updated into `" . $history[$j]->new_data . "` ."; + $history_content .= "
" . $readable_field . ": `" . $history[$j]->old_data . "` was updated to `" . $history[$j]->new_data . "` ."; } for ($i = 0; $i < count($result_for_email['emails']); $i++) {