diff --git a/pandora_console/include/help/en/help_plugin_macros.php b/pandora_console/include/help/en/help_plugin_macros.php
index 1b424d3c7a..eec73e948c 100644
--- a/pandora_console/include/help/en/help_plugin_macros.php
+++ b/pandora_console/include/help/en/help_plugin_macros.php
@@ -8,21 +8,28 @@
 <p>
 The following macros are available:
 <ul>
-<li>_agent_ : Name of the agent that fired the alert.</li>
-<li>_agentdescription_ : Description of the agent who fired alert.</li>
+<li>_agent_ : Name of the agent.</li>
+<li>_agentdescription_ : Description of the agent.</li>
 <li>_agentgroup_ : Agent group name.</li>
 <li>_agentstatus_ : Current status of the agent.</li>
-<li>_address_ : Address of the agent that fired the alert.</li>
+<li>_address_ : Address of the agent.</li>
 <li>_module_ : Module name.</li>
 <li>_modulegroup_ : Module group name.</li>
-<li>_moduledescription_ : Description of the module who fired the alert.</li>
+<li>_moduledescription_ : Description of the module.</li>
 <li>_modulestatus_ : Status of the module.</li>
 <li>_id_agent_ : Id of agent, useful to build direct URL to redirect to a Pandora FMS console webpage.</li>
 <li>_policy_ : Name of the policy the module belongs to (if applies).</li>
 <li>_interval_ : Execution interval of the module. </li>
+
+<!--
+Hidden this macros because they cannot edit in the module form
+-->
+<!--
 <li>_target_ip_ : IP address of the target of the module.</li>
 <li>_target_port_ : Port number of the target of the module.</li>
-<li>_plugin_parameters_ : Plug-in Parameters of the module.</li>	
+-->
+
+<li>_plugin_parameters_ : Plug-in Parameters of the module.</li>
 <li>_name_tag_ : Nombre de los tags asociados al módulo.</li>
 <li>_email_tag_ : Emails asociados a los tags de módulos.</li>
 <li>_phone_tag_ : Teléfonos asociados a los tags de módulos.</li>
diff --git a/pandora_console/include/help/es/help_plugin_macros.php b/pandora_console/include/help/es/help_plugin_macros.php
index 2f4e3f9c86..32b03ea410 100644
--- a/pandora_console/include/help/es/help_plugin_macros.php
+++ b/pandora_console/include/help/es/help_plugin_macros.php
@@ -9,10 +9,10 @@
 Las siguientes macros están disponibles:
 </p>
 <ul>
-<li>_agentdescription_ : Descripción del agente que disparó la alerta.</li>
+<li>_agentdescription_ : Descripción del agente.</li>
 <li>_agentgroup_ : Nombre del grupo del agente.</li>
 <li>_agentstatus_ : Estado actual del agente.</li>
-<li>_address_: Dirección del agente que disparó la alerta.</li>
+<li>_address_: Dirección del agente.</li>
 <li>_module_: Nombre del módulo</li>
 <li>_modulegroup_ : Nombre del grupo del módulo.</li>
 <li>_moduledescription_: Descripcion del modulo.</li>
@@ -20,8 +20,15 @@ Las siguientes macros están disponibles:
 <li>_id_agent_: ID del agente, util para construir URL de acceso a la consola de Pandora.</li>
 <li>_policy_: Nombre de la política a la que pertenece el módulo (si aplica).</li>
 <li>_interval_ : Intervalo de la ejecución del módulo. </li>
+
+<!--
+Hidden this macros because they cannot edit in the module form
+-->
+<!--
 <li>_target_ip_ : Dirección IP del objetivo del módulo.</li>
 <li>_target_port_ : Puerto del objetivo del módulo.</li>
+-->
+
 <li>_plugin_parameters_ : Parámetros del Plug-in del módulo.</li>
 <li>_name_tag_ : Names of the tags associated to the module.</li>
 <li>_email_tag_ : Emails associated to the module tags.</li>