Changed title name or description in items table of reports

This commit is contained in:
Tatiana Llorente 2019-11-12 09:53:10 +01:00
parent 2ee4f9d88f
commit 5ea93011d3
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ if ($items) {
}
$table->head[4] = __('Time lapse');
$table->head[5] = __('Name').' / '.__('Description');
$table->head[5] = __('Name or Description');
if (check_acl($config['id_user'], 0, 'RM')) {
$table->head[6] = '<span title="'.__('Options').'">'.__('Op.').'</span>';
if ($report_w || $report_m) {