mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Change name field in custom events from Criticity to Severity.
This commit is contained in:
parent
863739eb7b
commit
08dbba5ad6
@ -92,7 +92,7 @@ if ($fields_selected[0]!='') {
|
||||
$result = __('Alert');
|
||||
break;
|
||||
case 'criticity':
|
||||
$result = __('Criticity');
|
||||
$result = __('Severity');
|
||||
break;
|
||||
case 'user_comment':
|
||||
$result = __('Comment');
|
||||
|
Loading…
x
Reference in New Issue
Block a user