fixed text errors in visual console macros' help text

This commit is contained in:
alejandro-campos 2018-08-28 10:31:24 +02:00
parent 5f593df22a
commit 3b7b54cb68
2 changed files with 5 additions and 5 deletions

View File

@ -3,11 +3,11 @@
* @package Include/help/en
*/
?>
<h1>Visual maps' macros</h1>
<h1>Visual console's macros</h1>
It is possible to enter a macro in the text box when editing an element of the visual console.
<br /><br />
List of visual maps' macros:
List of visual console's macros:
<ul>
<li>_date_: Displays the date using the local PHP format. </li>
<li>_time_: Displays the time using the local PHP format. </li>
@ -15,5 +15,5 @@ List of visual maps' macros:
<li>_module_: Displays the name of the selected module. </li>
<li>_agentdescription_: Displays the description of the selected agent. </li>
<li>_address_: Displays the ip address of the selected agent. </li>
<li>_description_moduledescription_: Displays the description of the selected module. </li>
<li>_moduledescription_: Displays the description of the selected module. </li>
</ul>

View File

@ -3,11 +3,11 @@
* @package Include/help/es
*/
?>
<h1>Macros de mapas visuales</h1>
<h1>Macros de consolas visuales</h1>
Es posible introducir una macro en el cuadro de texto al editar un elemento de la consola visual.
<br /><br />
Lista de macros de mapas visuales:
Lista de macros de consolas visuales:
<ul>
<li>_date_ : Muestra la fecha usando el formato local del PHP.</li>
<li>_time_ : Muestra la hora usando el formato local del PHP.</li>