Change name field in custom events from Criticity to Severity.
This commit is contained in:
parent
a2ba1143e5
commit
3646d46f02
|
@ -92,7 +92,7 @@ if ($fields_selected[0]!='') {
|
|||
$result = __('Alert');
|
||||
break;
|
||||
case 'criticity':
|
||||
$result = __('Criticity');
|
||||
$result = __('Severity');
|
||||
break;
|
||||
case 'user_comment':
|
||||
$result = __('Comment');
|
||||
|
|
Loading…
Reference in New Issue