Change name field in custom events from Criticity to Severity.

This commit is contained in:
m-lopez-f 2015-01-20 09:12:12 +01:00
parent a2ba1143e5
commit 3646d46f02
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');