diff --git a/pandora_console/include/help/en/help_alert_macros.php b/pandora_console/include/help/en/help_alert_macros.php
index a5b7bd0767..43a0738f94 100644
--- a/pandora_console/include/help/en/help_alert_macros.php
+++ b/pandora_console/include/help/en/help_alert_macros.php
@@ -39,6 +39,7 @@ Besides the defined module macros, the following macros are available:
_modulegroup_: Module’s group name.
_moduledescription_: Description of the module that triggered the alert.
_modulestatus_: Module status.
+_moduledata_X_: Last data of module X (module name, cannot have white spaces).
_alert_name_: Alert name.
_alert_priority_: Alert’s numeric priority.
_alert_text_severity_: Priority level, in text, for the alert (Maintenance, Informational, Normal Minor, Major, Critical).
diff --git a/pandora_console/include/help/es/help_alert_macros.php b/pandora_console/include/help/es/help_alert_macros.php
index cc3f8b784e..bbffe76b03 100644
--- a/pandora_console/include/help/es/help_alert_macros.php
+++ b/pandora_console/include/help/es/help_alert_macros.php
@@ -39,6 +39,7 @@ Además de las macros de módulo definidas, las siguientes macros están disponi
_modulegroup_: Nombre del grupo del módulo.
_moduledescription_: Descripcion del modulo.
_modulestatus_: Estado del módulo.
+_moduledata_X_: Último dato del módulo X (nombre del módulo, no puede tener espacios).
_alert_name_: Nombre de la alerta.
_alert_priority_: Prioridad numérica de la alerta.
_alert_text_severity_: Prioridad en texto de la alerta (Maintenance, Informational, Normal Minor, Warning, Major, Critical).