mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +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');
|
$result = __('Alert');
|
||||||
break;
|
break;
|
||||||
case 'criticity':
|
case 'criticity':
|
||||||
$result = __('Criticity');
|
$result = __('Severity');
|
||||||
break;
|
break;
|
||||||
case 'user_comment':
|
case 'user_comment':
|
||||||
$result = __('Comment');
|
$result = __('Comment');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user