spelling mistake

This commit is contained in:
VE10-Sanjeev 2025-02-03 08:53:42 +00:00
parent 97a8a6c265
commit a603920174

View File

@ -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 .= "<br>" . $readable_field . ": `" . $history[$j]->old_data . "` was updated into `" . $history[$j]->new_data . "` .";
$history_content .= "<br>" . $readable_field . ": `" . $history[$j]->old_data . "` was updated to `" . $history[$j]->new_data . "` .";
}
for ($i = 0; $i < count($result_for_email['emails']); $i++) {