diff --git a/pandora_console/operation/incidents/configure_integriaims_incident.php b/pandora_console/operation/incidents/configure_integriaims_incident.php index 01c9ea5737..b0513d05e9 100644 --- a/pandora_console/operation/incidents/configure_integriaims_incident.php +++ b/pandora_console/operation/incidents/configure_integriaims_incident.php @@ -315,7 +315,7 @@ $table->data[3][0] .= '
'.__('File name').':
'; $table->data[4][0] .= html_print_input_file('userfile', true); -$table->data[5][0] = ''.__('Description').':
'; +$table->data[5][0] = ''.__('Attachment description').':
'; $table->data[5][0] .= html_print_textarea( 'file_description', 3, diff --git a/pandora_console/operation/incidents/dashboard_detail_integriaims_incident.php b/pandora_console/operation/incidents/dashboard_detail_integriaims_incident.php index 7839ad1f07..121fedb342 100644 --- a/pandora_console/operation/incidents/dashboard_detail_integriaims_incident.php +++ b/pandora_console/operation/incidents/dashboard_detail_integriaims_incident.php @@ -205,7 +205,7 @@ foreach ($files as $key => $value) { $table_files_section->data[0][0] = ''.__('File name').':
'; $table_files_section->data[0][0] .= html_print_input_file('userfile', true); -$table_files_section->data[1][0] = ''.__('Description').':
'; +$table_files_section->data[1][0] = ''.__('Attachment description').':
'; $table_files_section->data[1][0] .= html_print_textarea( 'file_description', 3, @@ -215,11 +215,11 @@ $table_files_section->data[1][0] .= html_print_textarea( true ); -$table_files_section->data[2][0] .= '