spelling mistake
This commit is contained in:
parent
97a8a6c265
commit
a603920174
@ -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++) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user