Change name field in custom events from Criticity to Severity.

This commit is contained in:
m-lopez-f 2015-01-20 09:09:27 +01:00
parent c79ccd9bf9
commit f3206b3af7
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ if ($fields_selected[0]!='') {
$result = __('Alert');
break;
case 'criticity':
$result = __('Criticity');
$result = __('Severity');
break;
case 'user_comment':
$result = __('Comment');