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 863739eb7b
commit 08dbba5ad6
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');