mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Merge branch '1863-Error-en-tipo-de-evento-going-up-critical' into 'develop'
1863 error en tipo de evento going up critical See merge request artica/pandorafms!1736
This commit is contained in:
commit
2bd6b0c688
@ -1149,7 +1149,7 @@ function events_print_type_description ($type, $return = false) {
|
||||
break;
|
||||
case "going_down_critical":
|
||||
case "going_up_critical": //This is to be backwards compatible
|
||||
$output .= __('Going down to critical state');
|
||||
$output .= __('Going up to critical state');
|
||||
break;
|
||||
case "going_up_normal":
|
||||
case "going_down_normal": //This is to be backwards compatible
|
||||
|
Loading…
x
Reference in New Issue
Block a user