diff --git a/pandora_console/godmode/snmpconsole/snmp_alert.php b/pandora_console/godmode/snmpconsole/snmp_alert.php index 609bf2c2f3..35c65af1dc 100644 --- a/pandora_console/godmode/snmpconsole/snmp_alert.php +++ b/pandora_console/godmode/snmpconsole/snmp_alert.php @@ -134,9 +134,9 @@ if ((isset ($_GET["update_alert"])) && ($_GET["update_alert"] != -1)) { if (isset ($_GET["update_alert"])) { //the update_alert means the form should be displayed. If update_alert > 1 then an existing alert is updated if ($id_as) { - echo "

".__('Update alert')."

"; + echo "

".__('SNMP Console')." » ".__('Update alert')."

"; } else { - echo "

".__('Create alert')."

"; + echo "

".__('SNMP Console')." » ".__('Create alert')."

"; } echo '
'; echo ''; @@ -248,7 +248,7 @@ if (isset ($_GET["update_alert"])) { // End table echo "
"; } else { - echo "

".__('Alert overview')."

"; + echo "

".__('SNMP Console')." » ".__('Alert overview')."

"; require_once ('include/functions_alerts.php');