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:
vgilc 2018-10-25 13:25:22 +02:00
commit 2bd6b0c688

View File

@ -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