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++) {